Html Css Color HEX #CAB0BC Maverick

📋 copy color: '#CAB0BC'

red 202 ◦ green 176 ◦ blue 188

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

Shades of Maverick #CAB0BC

Tints of Maverick #CAB0BC

RGB

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

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

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

R = 35.69%
G = 31.1%
B = 33.22%

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

#CAB0BC (or 0xCAB0BC) is known color: Maverick. HEX triplet: CA, B0 and BC. RGB value is (202,176,188). Sum of RGB (Red+Green+Blue) = 202+176+188=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0BC is #354F43. Grayscale: #B9B9B9. Windows color (decimal): -3493700 or 12366026. OLE color: 12366026.

HSL color Cylindrical-coordinate representation of color #CAB0BC: hue angle of 332.31º 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 #CAB0BC is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 176 188 -
CMYK 0 0.13 0.07 0.21
HSL 332.31º 0.2% 0.74% -
HSV(B) 332.31º 0.13% 0.79% -
XYZ 48.96 47.24 54.11 -
YUV 185.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 202 176 188 0 0.13 0.07 0.21 332.31 0.2 0.74
Hex CA B0 BC 0 D 7 15 14C 14 4A
Octal 312 260 274 0 15 7 25 514 24 112
Binary 11001010 10110000 10111100 0 1101 111 10101 101001100 10100 1001010

Color Harmonies of #CAB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0BC

Black with #CAB0BC

Text Example


Text Example

White with #CAB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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