Html Css Color HEX #CFC470 Chenin

📋 copy color: '#CFC470'

red 207 ◦ green 196 ◦ blue 112

#CFC470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chenin #CFC470

Tints of Chenin #CFC470

RGB

 RED value IS 207 (81.25% from 255) = 40.19%

 GREEN value IS 196 (76.95% from 255) = 38.06%

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 40.19%
G = 38.06%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CFC470 (or 0xCFC470) is known color: Chenin. HEX triplet: CF, C4 and 70. RGB value is (207,196,112). Sum of RGB (Red+Green+Blue) = 207+196+112=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC470 is #303B8F. Grayscale: #BEBEBE. Windows color (decimal): -3160976 or 7390415. OLE color: 7390415.

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

Color convert

RGB 207 196 112 -
CMYK 0 0.05 0.46 0.19
HSL 53.05º 0.5% 0.63% -
HSV(B) 53.05º 0.46% 0.81% -
XYZ 48.4 53.92 23.19 -
YUV 189.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 207 196 112 0 0.05 0.46 0.19 53.05 0.5 0.63
Hex CF C4 70 0 5 2E 13 35 32 3F
Octal 317 304 160 0 5 56 23 65 62 77
Binary 11001111 11000100 1110000 0 101 101110 10011 110101 110010 111111

Color Harmonies of #CFC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC470

Black with #CFC470

Text Example


Text Example

White with #CFC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC470; }

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

 H1.HeaderClassName
 {
   color: #CFC470;
 }
 .AnyTagClassName
 {
   color: #CFC470;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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