#CBA178

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

Shades of Cameo #CBA178

Tints of Cameo #CBA178

Color information

#CBA178 (or 0xCBA178) is unknown color: approx Cameo. HEX triplet: CB, A1 and 78. RGB value is (203,161,120). Sum of RGB (Red+Green+Blue) = 203+161+120=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA178 is #345E87. Grayscale: #A9A9A9. Windows color (decimal): -3432072 or 7905739. OLE color: 7905739.

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

Color convert

RGB203161120-
CMYK00.210.410.20
HSL29.64º44.39%63.33%-
HSV(B)29.64º40.89%79.61%-
XYZ40.7639.5423.25-
YUV168.88100.41152.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 120 (47.27% from 255) = 24.79%
R=41.94%
G=33.26%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316112000.210.410.2029.6444.3963.33
HexCBA17801529141e2c3f
Octal3132411700255124365477
Binary110010111010000111110000101011010011010011110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA178; }

 p { color: rgb(203,161,120); }

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

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

 a { background-color: rgb(203,161,120); }

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

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

 span { border-color: rgb(203,161,120); }

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