#CFBE8A

Color #CFBE8A Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CFBE8A

Tints of Winter Hazel #CFBE8A

Color information

#CFBE8A (or 0xCFBE8A) is unknown color: approx 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

RGB207190138-
CMYK00.080.330.19
HSL45.22º41.82%67.65%-
HSV(B)45.22º33.33%81.18%-
XYZ48.7351.9331.5-
YUV189.1699.13140.73-

RGB Variations

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

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.30% from 255) = 25.79%
R=38.69%
G=35.51%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719013800.080.330.1945.2241.8267.65
HexCFBE8A0821132d2a44
Octal31727621201041235552104
Binary11001111101111101000101001000100001100111011011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>