#CDABBB

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

Shades of Maverick #CDABBB

Tints of Maverick #CDABBB

Color information

#CDABBB (or 0xCDABBB) is unknown color: approx Maverick. HEX triplet: CD, AB and BB. RGB value is (205,171,187). Sum of RGB (Red+Green+Blue) = 205+171+187=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABBB is #325444. Grayscale: #B6B6B6. Windows color (decimal): -3298373 or 12299213. OLE color: 12299213.

HSL color Cylindrical-coordinate representation of color #CDABBB: hue angle of 331.76º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDABBB is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205171187-
CMYK00.170.090.20
HSL331.76º25.37%73.73%-
HSV(B)331.76º16.59%80.39%-
XYZ48.7145.6953.27-
YUV182.99130.26143.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=36.41%
G=30.37%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517118700.170.090.20331.7625.3773.73
HexCDABBB01191414c194a
Octal315253273021112451431112
Binary110011011010101110111011010001100110100101001100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABBB; }

 p { color: rgb(205,171,187); }

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

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

 a { background-color: rgb(205,171,187); }

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

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

 span { border-color: rgb(205,171,187); }

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