Html Css Color HEX #CFC292 Winter Hazel

📋 copy color: '#CFC292'

red 207 ◦ green 194 ◦ blue 146

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

Shades of Winter Hazel #CFC292

Tints of Winter Hazel #CFC292

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.47%

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

R = 37.84%
G = 35.47%
B = 26.69%

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

#CFC292 (or 0xCFC292) is known color: Winter Hazel. HEX triplet: CF, C2 and 92. RGB value is (207,194,146). Sum of RGB (Red+Green+Blue) = 207+194+146=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC292 is #303D6D. Grayscale: #C0C0C0. Windows color (decimal): -3161454 or 9618127. OLE color: 9618127.

HSL color Cylindrical-coordinate representation of color #CFC292: hue angle of 47.21º 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 #CFC292 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 194 146 -
CMYK 0 0.06 0.29 0.19
HSL 47.21º 0.39% 0.69% -
HSV(B) 47.21º 0.29% 0.81% -
XYZ 50.21 53.92 34.96 -
YUV 192.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 207 194 146 0 0.06 0.29 0.19 47.21 0.39 0.69
Hex CF C2 92 0 6 1D 13 2F 27 45
Octal 317 302 222 0 6 35 23 57 47 105
Binary 11001111 11000010 10010010 0 110 11101 10011 101111 100111 1000101

Color Harmonies of #CFC292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC292

Black with #CFC292

Text Example


Text Example

White with #CFC292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC292; }

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

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

background-color css

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

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

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

border-color css

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

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

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