Html Css Color HEX #CFC488 Winter Hazel

📋 copy color: '#CFC488'

red 207 ◦ green 196 ◦ blue 136

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

Shades of Winter Hazel #CFC488

Tints of Winter Hazel #CFC488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.23%

R = 38.4%
G = 36.36%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CFC488 (or 0xCFC488) is known color: Winter Hazel. HEX triplet: CF, C4 and 88. RGB value is (207,196,136). Sum of RGB (Red+Green+Blue) = 207+196+136=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC488 is #303B77. Grayscale: #C0C0C0. Windows color (decimal): -3160952 or 8963279. OLE color: 8963279.

HSL color Cylindrical-coordinate representation of color #CFC488: hue angle of 50.7º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFC488 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 196 136 -
CMYK 0 0.05 0.34 0.19
HSL 50.7º 0.43% 0.67% -
HSV(B) 50.7º 0.34% 0.81% -
XYZ 49.92 54.52 31.19 -
YUV 192.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 207 196 136 0 0.05 0.34 0.19 50.7 0.43 0.67
Hex CF C4 88 0 5 22 13 33 2B 43
Octal 317 304 210 0 5 42 23 63 53 103
Binary 11001111 11000100 10001000 0 101 100010 10011 110011 101011 1000011

Color Harmonies of #CFC488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC488

Black with #CFC488

Text Example


Text Example

White with #CFC488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC488; }

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

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

background-color css

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

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

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

border-color css

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

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

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