#CBCF74

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

Shades of Deco #CBCF74

Tints of Deco #CBCF74

Color information

#CBCF74 (or 0xCBCF74) is unknown color: approx Deco. HEX triplet: CB, CF and 74. RGB value is (203,207,116). Sum of RGB (Red+Green+Blue) = 203+207+116=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCF74 is #34308B. Grayscale: #C3C3C3. Windows color (decimal): -3420300 or 7655371. OLE color: 7655371.

HSL color Cylindrical-coordinate representation of color #CBCF74: hue angle of 62.64º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBCF74 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB203207116-
CMYK0.0200.440.19
HSL62.64º48.66%63.33%-
HSV(B)62.64º43.96%81.18%-
XYZ50.0958.5825.19-
YUV195.4383.17133.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 207 (81.25% from 255) = 39.35%
BLUE value IS 116 (45.70% from 255) = 22.05%
R=38.59%
G=39.35%
B=22.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032071160.0200.440.1962.6448.6663.33
HexCBCF74202C133f313f
Octal313317164205423776177
Binary1100101111001111111010010010110010011111111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCF74; }

 p { color: rgb(203,207,116); }

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

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

 a { background-color: rgb(203,207,116); }

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

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

 span { border-color: rgb(203,207,116); }

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