Html Css Color HEX #CFC07F Winter Hazel

📋 copy color: '#CFC07F'

red 207 ◦ green 192 ◦ blue 127

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

Shades of Winter Hazel #CFC07F

Tints of Winter Hazel #CFC07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.5%

 BLUE value IS 127 (50% from 255) = 24.14%

R = 39.35%
G = 36.5%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CFC07F (or 0xCFC07F) is known color: Winter Hazel. HEX triplet: CF, C0 and 7F. RGB value is (207,192,127). Sum of RGB (Red+Green+Blue) = 207+192+127=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC07F is #303F80. Grayscale: #BDBDBD. Windows color (decimal): -3161985 or 8372431. OLE color: 8372431.

HSL color Cylindrical-coordinate representation of color #CFC07F: hue angle of 48.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFC07F is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 192 127 -
CMYK 0 0.07 0.39 0.19
HSL 48.75º 0.45% 0.65% -
HSV(B) 48.75º 0.39% 0.81% -
XYZ 48.41 52.5 27.66 -
YUV 189.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 207 192 127 0 0.07 0.39 0.19 48.75 0.45 0.65
Hex CF C0 7F 0 7 27 13 31 2D 41
Octal 317 300 177 0 7 47 23 61 55 101
Binary 11001111 11000000 1111111 0 111 100111 10011 110001 101101 1000001

Color Harmonies of #CFC07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC07F

Black with #CFC07F

Text Example


Text Example

White with #CFC07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC07F; }

 p { color: rgb(207,192,127); }

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

background-color css

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

 a { background-color: rgb(207,192,127); }

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

border-color css

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

 span { border-color: rgb(207,192,127); }

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