Html Css Color HEX #CEC27D Winter Hazel

📋 copy color: '#CEC27D'

red 206 ◦ green 194 ◦ blue 125

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

Shades of Winter Hazel #CEC27D

Tints of Winter Hazel #CEC27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.81%

R = 39.24%
G = 36.95%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CEC27D (or 0xCEC27D) is known color: Winter Hazel. HEX triplet: CE, C2 and 7D. RGB value is (206,194,125). Sum of RGB (Red+Green+Blue) = 206+194+125=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC27D is #313D82. Grayscale: #BEBEBE. Windows color (decimal): -3227011 or 8241870. OLE color: 8241870.

HSL color Cylindrical-coordinate representation of color #CEC27D: hue angle of 51.11º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEC27D is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 194 125 -
CMYK 0 0.06 0.39 0.19
HSL 51.11º 0.45% 0.65% -
HSV(B) 51.11º 0.39% 0.81% -
XYZ 48.45 53.19 27.11 -
YUV 189.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 206 194 125 0 0.06 0.39 0.19 51.11 0.45 0.65
Hex CE C2 7D 0 6 27 13 33 2D 41
Octal 316 302 175 0 6 47 23 63 55 101
Binary 11001110 11000010 1111101 0 110 100111 10011 110011 101101 1000001

Color Harmonies of #CEC27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC27D

Black with #CEC27D

Text Example


Text Example

White with #CEC27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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