Html Css Color HEX #CFC775 Winter Hazel

📋 copy color: '#CFC775'

red 207 ◦ green 199 ◦ blue 117

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

Shades of Winter Hazel #CFC775

Tints of Winter Hazel #CFC775

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.05%

 BLUE value IS 117 (46.09% from 255) = 22.37%

R = 39.58%
G = 38.05%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFC775 (or 0xCFC775) is known color: Winter Hazel. HEX triplet: CF, C7 and 75. RGB value is (207,199,117). Sum of RGB (Red+Green+Blue) = 207+199+117=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC775 is #30388A. Grayscale: #C0C0C0. Windows color (decimal): -3160203 or 7718863. OLE color: 7718863.

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

Color convert

RGB 207 199 117 -
CMYK 0 0.04 0.43 0.19
HSL 54.67º 0.48% 0.64% -
HSV(B) 54.67º 0.43% 0.81% -
XYZ 49.37 55.4 24.92 -
YUV 192.04 85.65 138.67 -
System Red Green Blue C M Y K H S L
Decimal 207 199 117 0 0.04 0.43 0.19 54.67 0.48 0.64
Hex CF C7 75 0 4 2B 13 37 30 40
Octal 317 307 165 0 4 53 23 67 60 100
Binary 11001111 11000111 1110101 0 100 101011 10011 110111 110000 1000000

Color Harmonies of #CFC775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC775

Black with #CFC775

Text Example


Text Example

White with #CFC775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC775; }

 p { color: rgb(207,199,117); }

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

background-color css

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

 a { background-color: rgb(207,199,117); }

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

border-color css

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

 span { border-color: rgb(207,199,117); }

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