#CBA784

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

Shades of Cameo #CBA784

Tints of Cameo #CBA784

Color information

#CBA784 (or 0xCBA784) is unknown color: approx Cameo. HEX triplet: CB, A7 and 84. RGB value is (203,167,132). Sum of RGB (Red+Green+Blue) = 203+167+132=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA784 is #34587B. Grayscale: #ADADAD. Windows color (decimal): -3430524 or 8693707. OLE color: 8693707.

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

Color convert

RGB203167132-
CMYK00.180.350.20
HSL29.58º40.57%65.69%-
HSV(B)29.58º34.98%79.61%-
XYZ42.614227.69-
YUV173.77104.43148.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 167 (65.62% from 255) = 33.27%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=40.44%
G=33.27%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316713200.180.350.2029.5840.5765.69
HexCBA78401223141e2942
Octal31324720402243243651102
Binary11001011101001111000010001001010001110100111101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA784; }

 p { color: rgb(203,167,132); }

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

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

 a { background-color: rgb(203,167,132); }

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

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

 span { border-color: rgb(203,167,132); }

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