Html Css Color HEX #CDC592 Winter Hazel

📋 copy color: '#CDC592'

red 205 ◦ green 197 ◦ blue 146

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

Shades of Winter Hazel #CDC592

Tints of Winter Hazel #CDC592

RGB

 RED value IS 205 (80.47% from 255) = 37.41%

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

 BLUE value IS 146 (57.42% from 255) = 26.64%

R = 37.41%
G = 35.95%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CDC592 (or 0xCDC592) is known color: Winter Hazel. HEX triplet: CD, C5 and 92. RGB value is (205,197,146). Sum of RGB (Red+Green+Blue) = 205+197+146=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC592 is #323A6D. Grayscale: #C1C1C1. Windows color (decimal): -3291758 or 9618893. OLE color: 9618893.

HSL color Cylindrical-coordinate representation of color #CDC592: hue angle of 51.86º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDC592 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 146 -
CMYK 0 0.04 0.29 0.20
HSL 51.86º 0.37% 0.69% -
HSV(B) 51.86º 0.29% 0.8% -
XYZ 50.33 54.99 35.15 -
YUV 193.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 205 197 146 0 0.04 0.29 0.20 51.86 0.37 0.69
Hex CD C5 92 0 4 1D 14 34 25 45
Octal 315 305 222 0 4 35 24 64 45 105
Binary 11001101 11000101 10010010 0 100 11101 10100 110100 100101 1000101

Color Harmonies of #CDC592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC592

Black with #CDC592

Text Example


Text Example

White with #CDC592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC592; }

 p { color: rgb(205,197,146); }

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

background-color css

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

 a { background-color: rgb(205,197,146); }

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

border-color css

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

 span { border-color: rgb(205,197,146); }

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