Html Css Color HEX #CAB0BB Maverick

📋 copy color: '#CAB0BB'

red 202 ◦ green 176 ◦ blue 187

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

Shades of Maverick #CAB0BB

Tints of Maverick #CAB0BB

RGB

 RED value IS 202 (79.3% from 255) = 35.75%

 GREEN value IS 176 (69.14% from 255) = 31.15%

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

R = 35.75%
G = 31.15%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CAB0BB (or 0xCAB0BB) is known color: Maverick. HEX triplet: CA, B0 and BB. RGB value is (202,176,187). Sum of RGB (Red+Green+Blue) = 202+176+187=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0BB is #354F44. Grayscale: #B9B9B9. Windows color (decimal): -3493701 or 12300490. OLE color: 12300490.

HSL color Cylindrical-coordinate representation of color #CAB0BB: hue angle of 334.62º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB0BB is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 176 187 -
CMYK 0 0.13 0.07 0.21
HSL 334.62º 0.2% 0.74% -
HSV(B) 334.62º 0.13% 0.79% -
XYZ 48.85 47.2 53.55 -
YUV 185.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 202 176 187 0 0.13 0.07 0.21 334.62 0.2 0.74
Hex CA B0 BB 0 D 7 15 14F 14 4A
Octal 312 260 273 0 15 7 25 517 24 112
Binary 11001010 10110000 10111011 0 1101 111 10101 101001111 10100 1001010

Color Harmonies of #CAB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0BB

Black with #CAB0BB

Text Example


Text Example

White with #CAB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0BB; }

 p { color: rgb(202,176,187); }

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

background-color css

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

 a { background-color: rgb(202,176,187); }

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

border-color css

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

 span { border-color: rgb(202,176,187); }

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