Html Css Color HEX #CFBD8C Winter Hazel

📋 copy color: '#CFBD8C'

red 207 ◦ green 189 ◦ blue 140

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

Shades of Winter Hazel #CFBD8C

Tints of Winter Hazel #CFBD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.26%

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

R = 38.62%
G = 35.26%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CFBD8C (or 0xCFBD8C) is known color: Winter Hazel. HEX triplet: CF, BD and 8C. RGB value is (207,189,140). Sum of RGB (Red+Green+Blue) = 207+189+140=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD8C is #304273. Grayscale: #BDBDBD. Windows color (decimal): -3162740 or 9223631. OLE color: 9223631.

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

Color convert

RGB 207 189 140 -
CMYK 0 0.09 0.32 0.19
HSL 43.88º 0.41% 0.68% -
HSV(B) 43.88º 0.32% 0.81% -
XYZ 48.66 51.55 32.2 -
YUV 188.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 207 189 140 0 0.09 0.32 0.19 43.88 0.41 0.68
Hex CF BD 8C 0 9 20 13 2C 29 44
Octal 317 275 214 0 11 40 23 54 51 104
Binary 11001111 10111101 10001100 0 1001 100000 10011 101100 101001 1000100

Color Harmonies of #CFBD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBD8C

Black with #CFBD8C

Text Example


Text Example

White with #CFBD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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