Html Css Color HEX #CFC47C Winter Hazel

📋 copy color: '#CFC47C'

red 207 ◦ green 196 ◦ blue 124

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

Shades of Winter Hazel #CFC47C

Tints of Winter Hazel #CFC47C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.53%

R = 39.28%
G = 37.19%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CFC47C (or 0xCFC47C) is known color: Winter Hazel. HEX triplet: CF, C4 and 7C. RGB value is (207,196,124). Sum of RGB (Red+Green+Blue) = 207+196+124=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC47C is #303B83. Grayscale: #BFBFBF. Windows color (decimal): -3160964 or 8176847. OLE color: 8176847.

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

Color convert

RGB 207 196 124 -
CMYK 0 0.05 0.40 0.19
HSL 52.05º 0.46% 0.65% -
HSV(B) 52.05º 0.4% 0.81% -
XYZ 49.11 54.2 26.94 -
YUV 191.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 207 196 124 0 0.05 0.40 0.19 52.05 0.46 0.65
Hex CF C4 7C 0 5 28 13 34 2E 41
Octal 317 304 174 0 5 50 23 64 56 101
Binary 11001111 11000100 1111100 0 101 101000 10011 110100 101110 1000001

Color Harmonies of #CFC47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC47C

Black with #CFC47C

Text Example


Text Example

White with #CFC47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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