Html Css Color HEX #CFC98C Winter Hazel

📋 copy color: '#CFC98C'

red 207 ◦ green 201 ◦ blue 140

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

Shades of Winter Hazel #CFC98C

Tints of Winter Hazel #CFC98C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.68%

 BLUE value IS 140 (55.08% from 255) = 25.55%

R = 37.77%
G = 36.68%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CFC98C (or 0xCFC98C) is known color: Winter Hazel. HEX triplet: CF, C9 and 8C. RGB value is (207,201,140). Sum of RGB (Red+Green+Blue) = 207+201+140=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC98C is #303673. Grayscale: #C4C4C4. Windows color (decimal): -3159668 or 9226703. OLE color: 9226703.

HSL color Cylindrical-coordinate representation of color #CFC98C: hue angle of 54.63º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFC98C is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 201 140 -
CMYK 0 0.03 0.32 0.19
HSL 54.63º 0.41% 0.68% -
HSV(B) 54.63º 0.32% 0.81% -
XYZ 51.35 56.93 33.09 -
YUV 195.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 207 201 140 0 0.03 0.32 0.19 54.63 0.41 0.68
Hex CF C9 8C 0 3 20 13 37 29 44
Octal 317 311 214 0 3 40 23 67 51 104
Binary 11001111 11001001 10001100 0 11 100000 10011 110111 101001 1000100

Color Harmonies of #CFC98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC98C

Black with #CFC98C

Text Example


Text Example

White with #CFC98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC98C; }

 p { color: rgb(207,201,140); }

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

background-color css

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

 a { background-color: rgb(207,201,140); }

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

border-color css

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

 span { border-color: rgb(207,201,140); }

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