#CABDC4

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

Shades of Maverick #CABDC4

Tints of Maverick #CABDC4

Color information

#CABDC4 (or 0xCABDC4) is unknown color: approx Maverick. HEX triplet: CA, BD and C4. RGB value is (202,189,196). Sum of RGB (Red+Green+Blue) = 202+189+196=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC4 is #35423B. Grayscale: #C1C1C1. Windows color (decimal): -3490364 or 12893642. OLE color: 12893642.

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

Color convert

RGB202189196-
CMYK00.060.030.21
HSL327.69º10.92%76.67%-
HSV(B)327.69º6.44%79.22%-
XYZ52.5252.9459.67-
YUV193.68129.31133.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 196 (76.95% from 255) = 33.39%
R=34.41%
G=32.20%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218919600.060.030.21327.6910.9276.67
HexCABDC406315148b4d
Octal3122753040632551013115
Binary1100101010111101110001000110111010110100100010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDC4; }

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

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

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

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

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

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

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

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