Html Css Color HEX #CFCA8D Winter Hazel

📋 copy color: '#CFCA8D'

red 207 ◦ green 202 ◦ blue 141

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

Shades of Winter Hazel #CFCA8D

Tints of Winter Hazel #CFCA8D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.73%

 BLUE value IS 141 (55.47% from 255) = 25.64%

R = 37.64%
G = 36.73%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CFCA8D (or 0xCFCA8D) is known color: Winter Hazel. HEX triplet: CF, CA and 8D. RGB value is (207,202,141). Sum of RGB (Red+Green+Blue) = 207+202+141=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA8D is #303572. Grayscale: #C4C4C4. Windows color (decimal): -3159411 or 9292495. OLE color: 9292495.

HSL color Cylindrical-coordinate representation of color #CFCA8D: hue angle of 55.45º 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 #CFCA8D is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 202 141 -
CMYK 0 0.02 0.32 0.19
HSL 55.45º 0.41% 0.68% -
HSV(B) 55.45º 0.32% 0.81% -
XYZ 51.66 57.43 33.56 -
YUV 196.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 207 202 141 0 0.02 0.32 0.19 55.45 0.41 0.68
Hex CF CA 8D 0 2 20 13 37 29 44
Octal 317 312 215 0 2 40 23 67 51 104
Binary 11001111 11001010 10001101 0 10 100000 10011 110111 101001 1000100

Color Harmonies of #CFCA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA8D

Black with #CFCA8D

Text Example


Text Example

White with #CFCA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA8D; }

 p { color: rgb(207,202,141); }

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

background-color css

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

 a { background-color: rgb(207,202,141); }

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

border-color css

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

 span { border-color: rgb(207,202,141); }

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