Html Css Color HEX #CFBE8A Winter Hazel

📋 copy color: '#CFBE8A'

red 207 ◦ green 190 ◦ blue 138

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

Shades of Winter Hazel #CFBE8A

Tints of Winter Hazel #CFBE8A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.51%

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

R = 38.69%
G = 35.51%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CFBE8A (or 0xCFBE8A) is known color: Winter Hazel. HEX triplet: CF, BE and 8A. RGB value is (207,190,138). Sum of RGB (Red+Green+Blue) = 207+190+138=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE8A is #304175. Grayscale: #BDBDBD. Windows color (decimal): -3162486 or 9092815. OLE color: 9092815.

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

Color convert

RGB 207 190 138 -
CMYK 0 0.08 0.33 0.19
HSL 45.22º 0.42% 0.68% -
HSV(B) 45.22º 0.33% 0.81% -
XYZ 48.73 51.93 31.5 -
YUV 189.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 207 190 138 0 0.08 0.33 0.19 45.22 0.42 0.68
Hex CF BE 8A 0 8 21 13 2D 2A 44
Octal 317 276 212 0 10 41 23 55 52 104
Binary 11001111 10111110 10001010 0 1000 100001 10011 101101 101010 1000100

Color Harmonies of #CFBE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE8A

Black with #CFBE8A

Text Example


Text Example

White with #CFBE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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