#C7CB8F

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

Shades of Deco #C7CB8F

Tints of Deco #C7CB8F

Color information

#C7CB8F (or 0xC7CB8F) is unknown color: approx Deco. HEX triplet: C7, CB and 8F. RGB value is (199,203,143). Sum of RGB (Red+Green+Blue) = 199+203+143=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CB8F is #383470. Grayscale: #C3C3C3. Windows color (decimal): -3683441 or 9423815. OLE color: 9423815.

HSL color Cylindrical-coordinate representation of color #C7CB8F: hue angle of 64º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7CB8F is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB199203143-
CMYK0.0200.300.20
HSL64º36.59%67.84%-
HSV(B)64º29.56%79.61%-
XYZ49.8756.8434.33-
YUV194.9698.67130.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.51%
GREEN value IS 203 (79.69% from 255) = 37.25%
BLUE value IS 143 (56.25% from 255) = 26.24%
R=36.51%
G=37.25%
B=26.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992031430.0200.300.206436.5967.84
HexC7CB8F201E14402544
Octal30731321720362410045104
Binary110001111100101110001111100111101010010000001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CB8F; }

 p { color: rgb(199,203,143); }

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

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

 a { background-color: rgb(199,203,143); }

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

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

 span { border-color: rgb(199,203,143); }

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