Html Css Color HEX #CABAC5 Maverick

📋 copy color: '#CABAC5'

red 202 ◦ green 186 ◦ blue 197

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

Shades of Maverick #CABAC5

Tints of Maverick #CABAC5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.79%

 BLUE value IS 197 (77.34% from 255) = 33.68%

R = 34.53%
G = 31.79%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CABAC5 (or 0xCABAC5) is known color: Maverick. HEX triplet: CA, BA and C5. RGB value is (202,186,197). Sum of RGB (Red+Green+Blue) = 202+186+197=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAC5 is #35453A. Grayscale: #C0C0C0. Windows color (decimal): -3491131 or 12958410. OLE color: 12958410.

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

Color convert

RGB 202 186 197 -
CMYK 0 0.08 0.02 0.21
HSL 318.75º 0.13% 0.76% -
HSV(B) 318.75º 0.08% 0.79% -
XYZ 51.99 51.71 60.06 -
YUV 192.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 202 186 197 0 0.08 0.02 0.21 318.75 0.13 0.76
Hex CA BA C5 0 8 2 15 13F D 4C
Octal 312 272 305 0 10 2 25 477 15 114
Binary 11001010 10111010 11000101 0 1000 10 10101 100111111 1101 1001100

Color Harmonies of #CABAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABAC5

Black with #CABAC5

Text Example


Text Example

White with #CABAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABAC5; }

 p { color: rgb(202,186,197); }

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

background-color css

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

 a { background-color: rgb(202,186,197); }

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

border-color css

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

 span { border-color: rgb(202,186,197); }

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