#CBADC0

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

Shades of Maverick #CBADC0

Tints of Maverick #CBADC0

Color information

#CBADC0 (or 0xCBADC0) is unknown color: approx Maverick. HEX triplet: CB, AD and C0. RGB value is (203,173,192). Sum of RGB (Red+Green+Blue) = 203+173+192=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADC0 is #34523F. Grayscale: #B8B8B8. Windows color (decimal): -3428928 or 12627403. OLE color: 12627403.

HSL color Cylindrical-coordinate representation of color #CBADC0: hue angle of 322º degrees, saturation: 0.22, 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 #CBADC0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203173192-
CMYK00.150.050.20
HSL322º22.39%73.73%-
HSV(B)322º14.78%79.61%-
XYZ49.0946.3956.24-
YUV184.14132.44141.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.74%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 192 (75.39% from 255) = 33.80%
R=35.74%
G=30.46%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317319200.150.050.2032222.3973.73
HexCBADC00F514142164a
Octal31325530001752450226112
Binary1100101110101101110000000111110110100101000010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADC0; }

 p { color: rgb(203,173,192); }

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

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

 a { background-color: rgb(203,173,192); }

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

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

 span { border-color: rgb(203,173,192); }

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