Html Css Color HEX #CBAABB Maverick

📋 copy color: '#CBAABB'

red 203 ◦ green 170 ◦ blue 187

#CBAABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #CBAABB

Tints of Maverick #CBAABB

RGB

 RED value IS 203 (79.69% from 255) = 36.25%

 GREEN value IS 170 (66.8% from 255) = 30.36%

 BLUE value IS 187 (73.44% from 255) = 33.39%

R = 36.25%
G = 30.36%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CBAABB (or 0xCBAABB) is known color: Maverick. HEX triplet: CB, AA and BB. RGB value is (203,170,187). Sum of RGB (Red+Green+Blue) = 203+170+187=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAABB is #345544. Grayscale: #B5B5B5. Windows color (decimal): -3429701 or 12298955. OLE color: 12298955.

HSL color Cylindrical-coordinate representation of color #CBAABB: hue angle of 329.09º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBAABB is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 170 187 -
CMYK 0 0.16 0.08 0.20
HSL 329.09º 0.24% 0.73% -
HSV(B) 329.09º 0.16% 0.8% -
XYZ 47.97 45.03 53.18 -
YUV 181.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 203 170 187 0 0.16 0.08 0.20 329.09 0.24 0.73
Hex CB AA BB 0 10 8 14 149 18 49
Octal 313 252 273 0 20 10 24 511 30 111
Binary 11001011 10101010 10111011 0 10000 1000 10100 101001001 11000 1001001

Color Harmonies of #CBAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAABB

Black with #CBAABB

Text Example


Text Example

White with #CBAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAABB; }

 p { color: rgb(203,170,187); }

 H1.HeaderClassName
 {
   color: #CBAABB;
 }
 .AnyTagClassName
 {
   color: #CBAABB;
 }
</style>

background-color css

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

 a { background-color: rgb(203,170,187); }

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

border-color css

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

 span { border-color: rgb(203,170,187); }

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