Html Css Color HEX #CFC390 Winter Hazel

📋 copy color: '#CFC390'

red 207 ◦ green 195 ◦ blue 144

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

Shades of Winter Hazel #CFC390

Tints of Winter Hazel #CFC390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.37%

R = 37.91%
G = 35.71%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CFC390 (or 0xCFC390) is known color: Winter Hazel. HEX triplet: CF, C3 and 90. RGB value is (207,195,144). Sum of RGB (Red+Green+Blue) = 207+195+144=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC390 is #303C6F. Grayscale: #C0C0C0. Windows color (decimal): -3161200 or 9487311. OLE color: 9487311.

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

Color convert

RGB 207 195 144 -
CMYK 0 0.06 0.30 0.19
HSL 48.57º 0.4% 0.69% -
HSV(B) 48.57º 0.3% 0.81% -
XYZ 50.28 54.31 34.22 -
YUV 192.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 207 195 144 0 0.06 0.30 0.19 48.57 0.4 0.69
Hex CF C3 90 0 6 1E 13 31 28 45
Octal 317 303 220 0 6 36 23 61 50 105
Binary 11001111 11000011 10010000 0 110 11110 10011 110001 101000 1000101

Color Harmonies of #CFC390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC390

Black with #CFC390

Text Example


Text Example

White with #CFC390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC390; }

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

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

background-color css

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

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

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

border-color css

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

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

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