#CFC570

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

Shades of Chenin #CFC570

Tints of Chenin #CFC570

Color information

#CFC570 (or 0xCFC570) is unknown color: approx Chenin. HEX triplet: CF, C5 and 70. RGB value is (207,197,112). Sum of RGB (Red+Green+Blue) = 207+197+112=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC570 is #303A8F. Grayscale: #BEBEBE. Windows color (decimal): -3160720 or 7390671. OLE color: 7390671.

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

Color convert

RGB207197112-
CMYK00.050.460.19
HSL53.68º49.74%62.55%-
HSV(B)53.68º45.89%81.18%-
XYZ48.6254.3723.26-
YUV190.383.81139.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 112 (44.14% from 255) = 21.71%
R=40.12%
G=38.18%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719711200.050.460.1953.6849.7462.55
HexCFC570052E1336323f
Octal317305160055623666277
Binary11001111110001011110000010110111010011110110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC570; }

 p { color: rgb(207,197,112); }

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

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

 a { background-color: rgb(207,197,112); }

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

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

 span { border-color: rgb(207,197,112); }

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