#CBA88C

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

Shades of Cameo #CBA88C

Tints of Cameo #CBA88C

Color information

#CBA88C (or 0xCBA88C) is unknown color: approx Cameo. HEX triplet: CB, A8 and 8C. RGB value is (203,168,140). Sum of RGB (Red+Green+Blue) = 203+168+140=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA88C is #345773. Grayscale: #AFAFAF. Windows color (decimal): -3430260 or 9218251. OLE color: 9218251.

HSL color Cylindrical-coordinate representation of color #CBA88C: hue angle of 26.67º degrees, saturation: 0.38, 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 #CBA88C is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB203168140-
CMYK00.170.310.20
HSL26.67º37.72%67.25%-
HSV(B)26.67º31.03%79.61%-
XYZ43.3642.630.75-
YUV175.27108.1147.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 168 (66.02% from 255) = 32.88%
BLUE value IS 140 (55.08% from 255) = 27.40%
R=39.73%
G=32.88%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316814000.170.310.2026.6737.7267.25
HexCBA88C0111F141b2643
Octal31325021402137243346103
Binary1100101110101000100011000100011111110100110111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA88C; }

 p { color: rgb(203,168,140); }

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

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

 a { background-color: rgb(203,168,140); }

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

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

 span { border-color: rgb(203,168,140); }

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