Html Css Color HEX #CAB0BE Maverick

📋 copy color: '#CAB0BE'

red 202 ◦ green 176 ◦ blue 190

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

Shades of Maverick #CAB0BE

Tints of Maverick #CAB0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.45%

R = 35.56%
G = 30.99%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CAB0BE (or 0xCAB0BE) is known color: Maverick. HEX triplet: CA, B0 and BE. RGB value is (202,176,190). Sum of RGB (Red+Green+Blue) = 202+176+190=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0BE is #354F41. Grayscale: #B9B9B9. Windows color (decimal): -3493698 or 12497098. OLE color: 12497098.

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

Color convert

RGB 202 176 190 -
CMYK 0 0.13 0.06 0.21
HSL 327.69º 0.2% 0.74% -
HSV(B) 327.69º 0.13% 0.79% -
XYZ 49.18 47.32 55.26 -
YUV 185.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 202 176 190 0 0.13 0.06 0.21 327.69 0.2 0.74
Hex CA B0 BE 0 D 6 15 148 14 4A
Octal 312 260 276 0 15 6 25 510 24 112
Binary 11001010 10110000 10111110 0 1101 110 10101 101001000 10100 1001010

Color Harmonies of #CAB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0BE

Black with #CAB0BE

Text Example


Text Example

White with #CAB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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