Html Css Color HEX #CFC380 Winter Hazel

📋 copy color: '#CFC380'

red 207 ◦ green 195 ◦ blue 128

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

Shades of Winter Hazel #CFC380

Tints of Winter Hazel #CFC380

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.79%

 BLUE value IS 128 (50.39% from 255) = 24.15%

R = 39.06%
G = 36.79%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CFC380 (or 0xCFC380) is known color: Winter Hazel. HEX triplet: CF, C3 and 80. RGB value is (207,195,128). Sum of RGB (Red+Green+Blue) = 207+195+128=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC380 is #303C7F. Grayscale: #BFBFBF. Windows color (decimal): -3161216 or 8438735. OLE color: 8438735.

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

Color convert

RGB 207 195 128 -
CMYK 0 0.06 0.38 0.19
HSL 50.89º 0.45% 0.66% -
HSV(B) 50.89º 0.38% 0.81% -
XYZ 49.14 53.85 28.23 -
YUV 190.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 207 195 128 0 0.06 0.38 0.19 50.89 0.45 0.66
Hex CF C3 80 0 6 26 13 33 2D 42
Octal 317 303 200 0 6 46 23 63 55 102
Binary 11001111 11000011 10000000 0 110 100110 10011 110011 101101 1000010

Color Harmonies of #CFC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC380

Black with #CFC380

Text Example


Text Example

White with #CFC380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC380; }

 p { color: rgb(207,195,128); }

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

background-color css

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

 a { background-color: rgb(207,195,128); }

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

border-color css

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

 span { border-color: rgb(207,195,128); }

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