Html Css Color HEX #CFC682 Winter Hazel

📋 copy color: '#CFC682'

red 207 ◦ green 198 ◦ blue 130

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

Shades of Winter Hazel #CFC682

Tints of Winter Hazel #CFC682

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.01%

 BLUE value IS 130 (51.17% from 255) = 24.3%

R = 38.69%
G = 37.01%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CFC682 (or 0xCFC682) is known color: Winter Hazel. HEX triplet: CF, C6 and 82. RGB value is (207,198,130). Sum of RGB (Red+Green+Blue) = 207+198+130=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC682 is #30397D. Grayscale: #C1C1C1. Windows color (decimal): -3160446 or 8570575. OLE color: 8570575.

HSL color Cylindrical-coordinate representation of color #CFC682: hue angle of 52.99º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFC682 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 198 130 -
CMYK 0 0.04 0.37 0.19
HSL 52.99º 0.45% 0.66% -
HSV(B) 52.99º 0.37% 0.81% -
XYZ 49.96 55.27 29.15 -
YUV 192.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 207 198 130 0 0.04 0.37 0.19 52.99 0.45 0.66
Hex CF C6 82 0 4 25 13 35 2D 42
Octal 317 306 202 0 4 45 23 65 55 102
Binary 11001111 11000110 10000010 0 100 100101 10011 110101 101101 1000010

Color Harmonies of #CFC682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC682

Black with #CFC682

Text Example


Text Example

White with #CFC682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC682; }

 p { color: rgb(207,198,130); }

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

background-color css

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

 a { background-color: rgb(207,198,130); }

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

border-color css

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

 span { border-color: rgb(207,198,130); }

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