Html Css Color HEX #CEC47A Winter Hazel

📋 copy color: '#CEC47A'

red 206 ◦ green 196 ◦ blue 122

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

Shades of Winter Hazel #CEC47A

Tints of Winter Hazel #CEC47A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.4%

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

R = 39.31%
G = 37.4%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CEC47A (or 0xCEC47A) is known color: Winter Hazel. HEX triplet: CE, C4 and 7A. RGB value is (206,196,122). Sum of RGB (Red+Green+Blue) = 206+196+122=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC47A is #313B85. Grayscale: #BEBEBE. Windows color (decimal): -3226502 or 8045774. OLE color: 8045774.

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

Color convert

RGB 206 196 122 -
CMYK 0 0.05 0.41 0.19
HSL 52.86º 0.46% 0.64% -
HSV(B) 52.86º 0.41% 0.81% -
XYZ 48.71 54.01 26.27 -
YUV 190.55 89.31 139.02 -
System Red Green Blue C M Y K H S L
Decimal 206 196 122 0 0.05 0.41 0.19 52.86 0.46 0.64
Hex CE C4 7A 0 5 29 13 35 2E 40
Octal 316 304 172 0 5 51 23 65 56 100
Binary 11001110 11000100 1111010 0 101 101001 10011 110101 101110 1000000

Color Harmonies of #CEC47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC47A

Black with #CEC47A

Text Example


Text Example

White with #CEC47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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