Html Css Color HEX #CEC48A Winter Hazel

📋 copy color: '#CEC48A'

red 206 ◦ green 196 ◦ blue 138

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

Shades of Winter Hazel #CEC48A

Tints of Winter Hazel #CEC48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.56%

R = 38.15%
G = 36.3%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CEC48A (or 0xCEC48A) is known color: Winter Hazel. HEX triplet: CE, C4 and 8A. RGB value is (206,196,138). Sum of RGB (Red+Green+Blue) = 206+196+138=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC48A is #313B75. Grayscale: #C0C0C0. Windows color (decimal): -3226486 or 9094350. OLE color: 9094350.

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

Color convert

RGB 206 196 138 -
CMYK 0 0.05 0.33 0.19
HSL 51.18º 0.41% 0.67% -
HSV(B) 51.18º 0.33% 0.81% -
XYZ 49.78 54.44 31.93 -
YUV 192.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 206 196 138 0 0.05 0.33 0.19 51.18 0.41 0.67
Hex CE C4 8A 0 5 21 13 33 29 43
Octal 316 304 212 0 5 41 23 63 51 103
Binary 11001110 11000100 10001010 0 101 100001 10011 110011 101001 1000011

Color Harmonies of #CEC48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC48A

Black with #CEC48A

Text Example


Text Example

White with #CEC48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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