#CFCC8B

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

Shades of Deco #CFCC8B

Tints of Deco #CFCC8B

Color information

#CFCC8B (or 0xCFCC8B) is unknown color: approx Deco. HEX triplet: CF, CC and 8B. RGB value is (207,204,139). Sum of RGB (Red+Green+Blue) = 207+204+139=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC8B is #303374. Grayscale: #C5C5C5. Windows color (decimal): -3158901 or 9161935. OLE color: 9161935.

HSL color Cylindrical-coordinate representation of color #CFCC8B: hue angle of 57.35º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFCC8B is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207204139-
CMYK00.010.330.19
HSL57.35º41.46%67.84%-
HSV(B)57.35º32.85%81.18%-
XYZ51.9958.3232.94-
YUV197.4994.99134.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 204 (80.08% from 255) = 37.09%
BLUE value IS 139 (54.69% from 255) = 25.27%
R=37.64%
G=37.09%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720413900.010.330.1957.3541.4667.84
HexCFCC8B012113392944
Octal3173142130141237151104
Binary11001111110011001000101101100001100111110011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC8B; }

 p { color: rgb(207,204,139); }

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

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

 a { background-color: rgb(207,204,139); }

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

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

 span { border-color: rgb(207,204,139); }

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