#CABDC8

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

Shades of Maverick #CABDC8

Tints of Maverick #CABDC8

Color information

#CABDC8 (or 0xCABDC8) is unknown color: approx Maverick. HEX triplet: CA, BD and C8. RGB value is (202,189,200). Sum of RGB (Red+Green+Blue) = 202+189+200=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC8 is #354237. Grayscale: #C2C2C2. Windows color (decimal): -3490360 or 13155786. OLE color: 13155786.

HSL color Cylindrical-coordinate representation of color #CABDC8: hue angle of 309.23º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABDC8 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202189200-
CMYK00.060.010.21
HSL309.23º10.92%76.67%-
HSV(B)309.23º6.44%79.22%-
XYZ52.9853.1262.1-
YUV194.14131.31133.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 200 (78.52% from 255) = 33.84%
R=34.18%
G=31.98%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218920000.060.010.21309.2310.9276.67
HexCABDC806115135b4d
Octal3122753100612546513115
Binary110010101011110111001000011011010110011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDC8; }

 p { color: rgb(202,189,200); }

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

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

 a { background-color: rgb(202,189,200); }

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

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

 span { border-color: rgb(202,189,200); }

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