Html Css Color HEX #CAB9C5 Maverick

📋 copy color: '#CAB9C5'

red 202 ◦ green 185 ◦ blue 197

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

Shades of Maverick #CAB9C5

Tints of Maverick #CAB9C5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.68%

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

R = 34.59%
G = 31.68%
B = 33.73%

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

#CAB9C5 (or 0xCAB9C5) is known color: Maverick. HEX triplet: CA, B9 and C5. RGB value is (202,185,197). Sum of RGB (Red+Green+Blue) = 202+185+197=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9C5 is #35463A. Grayscale: #BFBFBF. Windows color (decimal): -3491387 or 12958154. OLE color: 12958154.

HSL color Cylindrical-coordinate representation of color #CAB9C5: hue angle of 317.65º degrees, saturation: 0.14, 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 #CAB9C5 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 185 197 -
CMYK 0 0.08 0.02 0.21
HSL 317.65º 0.14% 0.76% -
HSV(B) 317.65º 0.08% 0.79% -
XYZ 51.78 51.29 59.99 -
YUV 191.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 202 185 197 0 0.08 0.02 0.21 317.65 0.14 0.76
Hex CA B9 C5 0 8 2 15 13E E 4C
Octal 312 271 305 0 10 2 25 476 16 114
Binary 11001010 10111001 11000101 0 1000 10 10101 100111110 1110 1001100

Color Harmonies of #CAB9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB9C5

Black with #CAB9C5

Text Example


Text Example

White with #CAB9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB9C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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