Html Css Color HEX #CFC491 Winter Hazel

📋 copy color: '#CFC491'

red 207 ◦ green 196 ◦ blue 145

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

Shades of Winter Hazel #CFC491

Tints of Winter Hazel #CFC491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.46%

R = 37.77%
G = 35.77%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CFC491 (or 0xCFC491) is known color: Winter Hazel. HEX triplet: CF, C4 and 91. RGB value is (207,196,145). Sum of RGB (Red+Green+Blue) = 207+196+145=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC491 is #303B6E. Grayscale: #C1C1C1. Windows color (decimal): -3160943 or 9553103. OLE color: 9553103.

HSL color Cylindrical-coordinate representation of color #CFC491: hue angle of 49.35º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFC491 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 196 145 -
CMYK 0 0.05 0.30 0.19
HSL 49.35º 0.39% 0.69% -
HSV(B) 49.35º 0.3% 0.81% -
XYZ 50.58 54.79 34.7 -
YUV 193.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 207 196 145 0 0.05 0.30 0.19 49.35 0.39 0.69
Hex CF C4 91 0 5 1E 13 31 27 45
Octal 317 304 221 0 5 36 23 61 47 105
Binary 11001111 11000100 10010001 0 101 11110 10011 110001 100111 1000101

Color Harmonies of #CFC491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC491

Black with #CFC491

Text Example


Text Example

White with #CFC491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC491; }

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

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

background-color css

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

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

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

border-color css

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

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

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