Html Css Color HEX #CDC085 Winter Hazel

📋 copy color: '#CDC085'

red 205 ◦ green 192 ◦ blue 133

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

Shades of Winter Hazel #CDC085

Tints of Winter Hazel #CDC085

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.23%

 BLUE value IS 133 (52.34% from 255) = 25.09%

R = 38.68%
G = 36.23%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CDC085 (or 0xCDC085) is known color: Winter Hazel. HEX triplet: CD, C0 and 85. RGB value is (205,192,133). Sum of RGB (Red+Green+Blue) = 205+192+133=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC085 is #323F7A. Grayscale: #BDBDBD. Windows color (decimal): -3293051 or 8765645. OLE color: 8765645.

HSL color Cylindrical-coordinate representation of color #CDC085: hue angle of 49.17º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDC085 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 192 133 -
CMYK 0 0.06 0.35 0.20
HSL 49.17º 0.42% 0.66% -
HSV(B) 49.17º 0.35% 0.8% -
XYZ 48.26 52.37 29.76 -
YUV 189.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 205 192 133 0 0.06 0.35 0.20 49.17 0.42 0.66
Hex CD C0 85 0 6 23 14 31 2A 42
Octal 315 300 205 0 6 43 24 61 52 102
Binary 11001101 11000000 10000101 0 110 100011 10100 110001 101010 1000010

Color Harmonies of #CDC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC085

Black with #CDC085

Text Example


Text Example

White with #CDC085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC085; }

 p { color: rgb(205,192,133); }

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

background-color css

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

 a { background-color: rgb(205,192,133); }

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

border-color css

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

 span { border-color: rgb(205,192,133); }

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