Html Css Color HEX #CAB1BC Maverick

📋 copy color: '#CAB1BC'

red 202 ◦ green 177 ◦ blue 188

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

Shades of Maverick #CAB1BC

Tints of Maverick #CAB1BC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.22%

 BLUE value IS 188 (73.83% from 255) = 33.16%

R = 35.63%
G = 31.22%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CAB1BC (or 0xCAB1BC) is known color: Maverick. HEX triplet: CA, B1 and BC. RGB value is (202,177,188). Sum of RGB (Red+Green+Blue) = 202+177+188=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1BC is #354E43. Grayscale: #B9B9B9. Windows color (decimal): -3493444 or 12366282. OLE color: 12366282.

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

Color convert

RGB 202 177 188 -
CMYK 0 0.12 0.07 0.21
HSL 333.6º 0.19% 0.74% -
HSV(B) 333.6º 0.12% 0.79% -
XYZ 49.16 47.63 54.18 -
YUV 185.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 202 177 188 0 0.12 0.07 0.21 333.6 0.19 0.74
Hex CA B1 BC 0 C 7 15 14E 13 4A
Octal 312 261 274 0 14 7 25 516 23 112
Binary 11001010 10110001 10111100 0 1100 111 10101 101001110 10011 1001010

Color Harmonies of #CAB1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB1BC

Black with #CAB1BC

Text Example


Text Example

White with #CAB1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB1BC; }

 p { color: rgb(202,177,188); }

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

background-color css

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

 a { background-color: rgb(202,177,188); }

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

border-color css

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

 span { border-color: rgb(202,177,188); }

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