Html Css Color HEX #CFC392 Winter Hazel

📋 copy color: '#CFC392'

red 207 ◦ green 195 ◦ blue 146

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

Shades of Winter Hazel #CFC392

Tints of Winter Hazel #CFC392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.64%

R = 37.77%
G = 35.58%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CFC392 (or 0xCFC392) is known color: Winter Hazel. HEX triplet: CF, C3 and 92. RGB value is (207,195,146). Sum of RGB (Red+Green+Blue) = 207+195+146=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC392 is #303C6D. Grayscale: #C1C1C1. Windows color (decimal): -3161198 or 9618383. OLE color: 9618383.

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

Color convert

RGB 207 195 146 -
CMYK 0 0.06 0.29 0.19
HSL 48.2º 0.39% 0.69% -
HSV(B) 48.2º 0.29% 0.81% -
XYZ 50.44 54.37 35.03 -
YUV 193 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 207 195 146 0 0.06 0.29 0.19 48.2 0.39 0.69
Hex CF C3 92 0 6 1D 13 30 27 45
Octal 317 303 222 0 6 35 23 60 47 105
Binary 11001111 11000011 10010010 0 110 11101 10011 110000 100111 1000101

Color Harmonies of #CFC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC392

Black with #CFC392

Text Example


Text Example

White with #CFC392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC392; }

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

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

background-color css

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

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

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

border-color css

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

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

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