#CDC1CA

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

Shades of Maverick #CDC1CA

Tints of Maverick #CDC1CA

Color information

#CDC1CA (or 0xCDC1CA) is unknown color: approx Maverick. HEX triplet: CD, C1 and CA. RGB value is (205,193,202). Sum of RGB (Red+Green+Blue) = 205+193+202=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1CA is #323E35. Grayscale: #C5C5C5. Windows color (decimal): -3292726 or 13287885. OLE color: 13287885.

HSL color Cylindrical-coordinate representation of color #CDC1CA: hue angle of 315º degrees, saturation: 0.11, 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 #CDC1CA is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205193202-
CMYK00.060.010.20
HSL315º10.71%78.04%-
HSV(B)315º5.85%80.39%-
XYZ54.9155.3863.67-
YUV197.61130.48133.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 193 (75.78% from 255) = 32.17%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=34.17%
G=32.17%
B=33.67%

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
Decimal20519320200.060.010.2031510.7178.04
HexCDC1CA0611413bb4e
Octal3153013120612447313116
Binary110011011100000111001010011011010010011101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC1CA; }

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

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

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

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

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

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

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

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