Html Css Color HEX #CEC57A Winter Hazel

📋 copy color: '#CEC57A'

red 206 ◦ green 197 ◦ blue 122

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

Shades of Winter Hazel #CEC57A

Tints of Winter Hazel #CEC57A

RGB

 RED value IS 206 (80.86% from 255) = 39.24%

 GREEN value IS 197 (77.34% from 255) = 37.52%

 BLUE value IS 122 (48.05% from 255) = 23.24%

R = 39.24%
G = 37.52%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CEC57A (or 0xCEC57A) is known color: Winter Hazel. HEX triplet: CE, C5 and 7A. RGB value is (206,197,122). Sum of RGB (Red+Green+Blue) = 206+197+122=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC57A is #313A85. Grayscale: #BFBFBF. Windows color (decimal): -3226246 or 8046030. OLE color: 8046030.

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

Color convert

RGB 206 197 122 -
CMYK 0 0.04 0.41 0.19
HSL 53.57º 0.46% 0.64% -
HSV(B) 53.57º 0.41% 0.81% -
XYZ 48.93 54.46 26.35 -
YUV 191.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 206 197 122 0 0.04 0.41 0.19 53.57 0.46 0.64
Hex CE C5 7A 0 4 29 13 36 2E 40
Octal 316 305 172 0 4 51 23 66 56 100
Binary 11001110 11000101 1111010 0 100 101001 10011 110110 101110 1000000

Color Harmonies of #CEC57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC57A

Black with #CEC57A

Text Example


Text Example

White with #CEC57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC57A; }

 p { color: rgb(206,197,122); }

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

background-color css

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

 a { background-color: rgb(206,197,122); }

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

border-color css

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

 span { border-color: rgb(206,197,122); }

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