#CDC0CA

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

Shades of Maverick #CDC0CA

Tints of Maverick #CDC0CA

Color information

#CDC0CA (or 0xCDC0CA) is unknown color: approx Maverick. HEX triplet: CD, C0 and CA. RGB value is (205,192,202). Sum of RGB (Red+Green+Blue) = 205+192+202=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0CA is #323F35. Grayscale: #C5C5C5. Windows color (decimal): -3292982 or 13287629. OLE color: 13287629.

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

Color convert

RGB205192202-
CMYK00.060.010.20
HSL313.85º11.5%77.84%-
HSV(B)313.85º6.34%80.39%-
XYZ54.6954.9463.6-
YUV197.03130.81133.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 192 (75.39% from 255) = 32.05%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=34.22%
G=32.05%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519220200.060.010.20313.8511.577.84
HexCDC0CA0611413ac4e
Octal3153003120612447214116
Binary110011011100000011001010011011010010011101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC0CA; }

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

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

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

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

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

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

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

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