Html Css Color HEX #CFC18B Winter Hazel

📋 copy color: '#CFC18B'

red 207 ◦ green 193 ◦ blue 139

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

Shades of Winter Hazel #CFC18B

Tints of Winter Hazel #CFC18B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.81%

 BLUE value IS 139 (54.69% from 255) = 25.79%

R = 38.4%
G = 35.81%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CFC18B (or 0xCFC18B) is known color: Winter Hazel. HEX triplet: CF, C1 and 8B. RGB value is (207,193,139). Sum of RGB (Red+Green+Blue) = 207+193+139=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC18B is #303E74. Grayscale: #BFBFBF. Windows color (decimal): -3161717 or 9159119. OLE color: 9159119.

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

Color convert

RGB 207 193 139 -
CMYK 0 0.07 0.33 0.19
HSL 47.65º 0.41% 0.68% -
HSV(B) 47.65º 0.33% 0.81% -
XYZ 49.46 53.27 32.1 -
YUV 191.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 207 193 139 0 0.07 0.33 0.19 47.65 0.41 0.68
Hex CF C1 8B 0 7 21 13 30 29 44
Octal 317 301 213 0 7 41 23 60 51 104
Binary 11001111 11000001 10001011 0 111 100001 10011 110000 101001 1000100

Color Harmonies of #CFC18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC18B

Black with #CFC18B

Text Example


Text Example

White with #CFC18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC18B; }

 p { color: rgb(207,193,139); }

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

background-color css

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

 a { background-color: rgb(207,193,139); }

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

border-color css

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

 span { border-color: rgb(207,193,139); }

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