Html Css Color HEX #CEC28A Winter Hazel

📋 copy color: '#CEC28A'

red 206 ◦ green 194 ◦ blue 138

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

Shades of Winter Hazel #CEC28A

Tints of Winter Hazel #CEC28A

RGB

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

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

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

R = 38.29%
G = 36.06%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CEC28A (or 0xCEC28A) is known color: Winter Hazel. HEX triplet: CE, C2 and 8A. RGB value is (206,194,138). Sum of RGB (Red+Green+Blue) = 206+194+138=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC28A is #313D75. Grayscale: #BFBFBF. Windows color (decimal): -3226998 or 9093838. OLE color: 9093838.

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

Color convert

RGB 206 194 138 -
CMYK 0 0.06 0.33 0.19
HSL 49.41º 0.41% 0.67% -
HSV(B) 49.41º 0.33% 0.81% -
XYZ 49.33 53.54 31.78 -
YUV 191.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 206 194 138 0 0.06 0.33 0.19 49.41 0.41 0.67
Hex CE C2 8A 0 6 21 13 31 29 43
Octal 316 302 212 0 6 41 23 61 51 103
Binary 11001110 11000010 10001010 0 110 100001 10011 110001 101001 1000011

Color Harmonies of #CEC28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC28A

Black with #CEC28A

Text Example


Text Example

White with #CEC28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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