Html Css Color HEX #CFBD8A Winter Hazel

📋 copy color: '#CFBD8A'

red 207 ◦ green 189 ◦ blue 138

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

Shades of Winter Hazel #CFBD8A

Tints of Winter Hazel #CFBD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.84%

R = 38.76%
G = 35.39%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CFBD8A (or 0xCFBD8A) is known color: Winter Hazel. HEX triplet: CF, BD and 8A. RGB value is (207,189,138). Sum of RGB (Red+Green+Blue) = 207+189+138=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD8A is #304275. Grayscale: #BCBCBC. Windows color (decimal): -3162742 or 9092559. OLE color: 9092559.

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

Color convert

RGB 207 189 138 -
CMYK 0 0.09 0.33 0.19
HSL 44.35º 0.42% 0.68% -
HSV(B) 44.35º 0.33% 0.81% -
XYZ 48.52 51.5 31.43 -
YUV 188.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 207 189 138 0 0.09 0.33 0.19 44.35 0.42 0.68
Hex CF BD 8A 0 9 21 13 2C 2A 44
Octal 317 275 212 0 11 41 23 54 52 104
Binary 11001111 10111101 10001010 0 1001 100001 10011 101100 101010 1000100

Color Harmonies of #CFBD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBD8A

Black with #CFBD8A

Text Example


Text Example

White with #CFBD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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