#CBCA78

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

Shades of Deco #CBCA78

Tints of Deco #CBCA78

Color information

#CBCA78 (or 0xCBCA78) is unknown color: approx Deco. HEX triplet: CB, CA and 78. RGB value is (203,202,120). Sum of RGB (Red+Green+Blue) = 203+202+120=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCA78 is #343587. Grayscale: #C1C1C1. Windows color (decimal): -3421576 or 7916235. OLE color: 7916235.

HSL color Cylindrical-coordinate representation of color #CBCA78: hue angle of 59.28º 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 #CBCA78 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB203202120-
CMYK00.000.410.20
HSL59.28º44.39%63.33%-
HSV(B)59.28º40.89%79.61%-
XYZ49.1456.2926.05-
YUV192.9586.83135.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 120 (47.27% from 255) = 22.86%
R=38.67%
G=38.48%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320212000.000.410.2059.2844.3963.33
HexCBCA780029143b2c3f
Octal313312170005124735477
Binary110010111100101011110000010100110100111011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCA78; }

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

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

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

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

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

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

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

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