#CFC670

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

Shades of Chenin #CFC670

Tints of Chenin #CFC670

Color information

#CFC670 (or 0xCFC670) is unknown color: approx Chenin. HEX triplet: CF, C6 and 70. RGB value is (207,198,112). Sum of RGB (Red+Green+Blue) = 207+198+112=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC670 is #30398F. Grayscale: #BFBFBF. Windows color (decimal): -3160464 or 7390927. OLE color: 7390927.

HSL color Cylindrical-coordinate representation of color #CFC670: hue angle of 54.32º 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 #CFC670 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB207198112-
CMYK00.040.460.19
HSL54.32º49.74%62.55%-
HSV(B)54.32º45.89%81.18%-
XYZ48.8554.8223.34-
YUV190.8983.48139.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 198 (77.73% from 255) = 38.30%
BLUE value IS 112 (44.14% from 255) = 21.66%
R=40.04%
G=38.30%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719811200.040.460.1954.3249.7462.55
HexCFC670042E1336323f
Octal317306160045623666277
Binary11001111110001101110000010010111010011110110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC670; }

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

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

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

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

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

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

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

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