#CBCC83

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

Shades of Deco #CBCC83

Tints of Deco #CBCC83

Color information

#CBCC83 (or 0xCBCC83) is unknown color: approx Deco. HEX triplet: CB, CC and 83. RGB value is (203,204,131). Sum of RGB (Red+Green+Blue) = 203+204+131=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCC83 is #34337C. Grayscale: #C3C3C3. Windows color (decimal): -3421053 or 8637643. OLE color: 8637643.

HSL color Cylindrical-coordinate representation of color #CBCC83: hue angle of 60.82º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBCC83 is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB203204131-
CMYK0.0000.360.2
HSL60.82º41.71%65.69%-
HSV(B)60.82º35.78%80%-
XYZ50.3257.5229.92-
YUV195.3891.67133.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 131 (51.56% from 255) = 24.35%
R=37.73%
G=37.92%
B=24.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041310.0000.360.260.8241.7165.69
HexCBCC830024143d2a42
Octal3133142030044247552102
Binary11001011110011001000001100100100101001111011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC83; }

 p { color: rgb(203,204,131); }

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

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

 a { background-color: rgb(203,204,131); }

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

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

 span { border-color: rgb(203,204,131); }

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