Html Css Color HEX #CFC385 Winter Hazel

📋 copy color: '#CFC385'

red 207 ◦ green 195 ◦ blue 133

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

Shades of Winter Hazel #CFC385

Tints of Winter Hazel #CFC385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.86%

R = 38.69%
G = 36.45%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CFC385 (or 0xCFC385) is known color: Winter Hazel. HEX triplet: CF, C3 and 85. RGB value is (207,195,133). Sum of RGB (Red+Green+Blue) = 207+195+133=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC385 is #303C7A. Grayscale: #BFBFBF. Windows color (decimal): -3161211 or 8766415. OLE color: 8766415.

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

Color convert

RGB 207 195 133 -
CMYK 0 0.06 0.36 0.19
HSL 50.27º 0.44% 0.67% -
HSV(B) 50.27º 0.36% 0.81% -
XYZ 49.48 53.99 30 -
YUV 191.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 207 195 133 0 0.06 0.36 0.19 50.27 0.44 0.67
Hex CF C3 85 0 6 24 13 32 2C 43
Octal 317 303 205 0 6 44 23 62 54 103
Binary 11001111 11000011 10000101 0 110 100100 10011 110010 101100 1000011

Color Harmonies of #CFC385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC385

Black with #CFC385

Text Example


Text Example

White with #CFC385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC385; }

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

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

background-color css

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

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

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

border-color css

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

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

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