#CCADBF

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

Shades of Maverick #CCADBF

Tints of Maverick #CCADBF

Color information

#CCADBF (or 0xCCADBF) is unknown color: approx Maverick. HEX triplet: CC, AD and BF. RGB value is (204,173,191). Sum of RGB (Red+Green+Blue) = 204+173+191=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADBF is #335240. Grayscale: #B8B8B8. Windows color (decimal): -3363393 or 12561868. OLE color: 12561868.

HSL color Cylindrical-coordinate representation of color #CCADBF: hue angle of 325.16º 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 #CCADBF is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204173191-
CMYK00.150.060.2
HSL325.16º23.31%73.92%-
HSV(B)325.16º15.2%80%-
XYZ49.2546.4955.67-
YUV184.32131.77142.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 191 (75% from 255) = 33.63%
R=35.92%
G=30.46%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417319100.150.060.2325.1623.3173.92
HexCCADBF0F614145174a
Octal31425527701762450527112
Binary1100110010101101101111110111111010100101000101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADBF; }

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

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

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

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

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

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

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

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