Html Css Color HEX #CAB0C0 Maverick

📋 copy color: '#CAB0C0'

red 202 ◦ green 176 ◦ blue 192

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

Shades of Maverick #CAB0C0

Tints of Maverick #CAB0C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.68%

R = 35.44%
G = 30.88%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CAB0C0 (or 0xCAB0C0) is known color: Maverick. HEX triplet: CA, B0 and C0. RGB value is (202,176,192). Sum of RGB (Red+Green+Blue) = 202+176+192=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0C0 is #354F3F. Grayscale: #B9B9B9. Windows color (decimal): -3493696 or 12628170. OLE color: 12628170.

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

Color convert

RGB 202 176 192 -
CMYK 0 0.13 0.05 0.21
HSL 323.08º 0.2% 0.74% -
HSV(B) 323.08º 0.13% 0.79% -
XYZ 49.4 47.41 56.42 -
YUV 185.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 202 176 192 0 0.13 0.05 0.21 323.08 0.2 0.74
Hex CA B0 C0 0 D 5 15 143 14 4A
Octal 312 260 300 0 15 5 25 503 24 112
Binary 11001010 10110000 11000000 0 1101 101 10101 101000011 10100 1001010

Color Harmonies of #CAB0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0C0

Black with #CAB0C0

Text Example


Text Example

White with #CAB0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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