#CBA68D

Color #CBA68D Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #CBA68D

Tints of Cameo #CBA68D

Color information

#CBA68D (or 0xCBA68D) is unknown color: approx Cameo. HEX triplet: CB, A6 and 8D. RGB value is (203,166,141). Sum of RGB (Red+Green+Blue) = 203+166+141=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA68D is #345972. Grayscale: #AEAEAE. Windows color (decimal): -3430771 or 9283275. OLE color: 9283275.

HSL color Cylindrical-coordinate representation of color #CBA68D: hue angle of 24.19º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBA68D is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB203166141-
CMYK00.180.310.20
HSL24.19º37.35%67.45%-
HSV(B)24.19º30.54%79.61%-
XYZ43.0741.8931.02-
YUV174.21109.26148.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 141 (55.47% from 255) = 27.65%
R=39.80%
G=32.55%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316614100.180.310.2024.1937.3567.45
HexCBA68D0121F14182543
Octal31324621502237243045103
Binary1100101110100110100011010100101111110100110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA68D; }

 p { color: rgb(203,166,141); }

 H1.HeaderClassName
 {
   color: #CBA68D;
 }
 .AnyTagClassName
 {
   color: #CBA68D;
 }
</style>
background-color css

<style>
 a { background-color: #CBA68D; }

 a { background-color: rgb(203,166,141); }

 div.DivClassName
 {
   background-color: #CBA68D;
 }
 .BgClassName
 {
   background-color: #CBA68D;
 }
</style>
border-color css

<style>
 span { border-color: #CBA68D; }

 span { border-color: rgb(203,166,141); }

 td.TdClassName
 {
   border-color: #CBA68D;
 }
 .TagClassName
 {
   border-color: #CBA68D;
 }
</style>