#CDC5CB

Color #CDC5CB Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #CDC5CB

Tints of Maverick #CDC5CB

Color information

#CDC5CB (or 0xCDC5CB) is unknown color: approx Maverick. HEX triplet: CD, C5 and CB. RGB value is (205,197,203). Sum of RGB (Red+Green+Blue) = 205+197+203=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5CB is #323A34. Grayscale: #C8C8C8. Windows color (decimal): -3291701 or 13354445. OLE color: 13354445.

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

Color convert

RGB205197203-
CMYK00.040.010.20
HSL315º7.41%78.82%-
HSV(B)315º3.9%80.39%-
XYZ55.9257.2264.6-
YUV200.08129.65131.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 197 (77.34% from 255) = 32.56%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=33.88%
G=32.56%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519720300.040.010.203157.4178.82
HexCDC5CB0411413b74f
Octal315305313041244737117
Binary11001101110001011100101101001101001001110111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5CB; }

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

 H1.HeaderClassName
 {
   color: #CDC5CB;
 }
 .AnyTagClassName
 {
   color: #CDC5CB;
 }
</style>
background-color css

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

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

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

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

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

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