#CBADC5

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

Shades of Maverick #CBADC5

Tints of Maverick #CBADC5

Color information

#CBADC5 (or 0xCBADC5) is unknown color: approx Maverick. HEX triplet: CB, AD and C5. RGB value is (203,173,197). Sum of RGB (Red+Green+Blue) = 203+173+197=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADC5 is #34523A. Grayscale: #B8B8B8. Windows color (decimal): -3428923 or 12955083. OLE color: 12955083.

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

Color convert

RGB203173197-
CMYK00.150.030.20
HSL312º22.39%73.73%-
HSV(B)312º14.78%79.61%-
XYZ49.6546.6159.2-
YUV184.71134.94141.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 197 (77.34% from 255) = 34.38%
R=35.43%
G=30.19%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317319700.150.030.2031222.3973.73
HexCBADC50F314138164a
Octal31325530501732447026112
Binary110010111010110111000101011111110100100111000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADC5; }

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

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

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

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

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

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

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

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