#CBADC1

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

Shades of Maverick #CBADC1

Tints of Maverick #CBADC1

Color information

#CBADC1 (or 0xCBADC1) is unknown color: approx Maverick. HEX triplet: CB, AD and C1. RGB value is (203,173,193). Sum of RGB (Red+Green+Blue) = 203+173+193=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADC1 is #34523E. Grayscale: #B8B8B8. Windows color (decimal): -3428927 or 12692939. OLE color: 12692939.

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

Color convert

RGB203173193-
CMYK00.150.050.20
HSL320º22.39%73.73%-
HSV(B)320º14.78%79.61%-
XYZ49.246.4356.82-
YUV184.25132.94141.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 193 (75.78% from 255) = 33.92%
R=35.68%
G=30.40%
B=33.92%

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
Decimal20317319300.150.050.2032022.3973.73
HexCBADC10F514140164a
Octal31325530101752450026112
Binary1100101110101101110000010111110110100101000000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADC1; }

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

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

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

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

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

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

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

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