#CCADC1

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

Shades of Maverick #CCADC1

Tints of Maverick #CCADC1

Color information

#CCADC1 (or 0xCCADC1) is unknown color: approx Maverick. HEX triplet: CC, AD and C1. RGB value is (204,173,193). Sum of RGB (Red+Green+Blue) = 204+173+193=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADC1 is #33523E. Grayscale: #B8B8B8. Windows color (decimal): -3363391 or 12692940. OLE color: 12692940.

HSL color Cylindrical-coordinate representation of color #CCADC1: hue angle of 321.29º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCADC1 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB204173193-
CMYK00.150.050.2
HSL321.29º23.31%73.92%-
HSV(B)321.29º15.2%80%-
XYZ49.4746.5756.83-
YUV184.55132.77141.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 193 (75.78% from 255) = 33.86%
R=35.79%
G=30.35%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417319300.150.050.2321.2923.3173.92
HexCCADC10F514141174a
Octal31425530101752450127112
Binary1100110010101101110000010111110110100101000001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADC1; }

 p { color: rgb(204,173,193); }

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

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

 a { background-color: rgb(204,173,193); }

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

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

 span { border-color: rgb(204,173,193); }

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