Html Css Color HEX #CAB0C6 Maverick

📋 copy color: '#CAB0C6'

red 202 ◦ green 176 ◦ blue 198

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

Shades of Maverick #CAB0C6

Tints of Maverick #CAB0C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.38%

R = 35.07%
G = 30.56%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CAB0C6 (or 0xCAB0C6) is known color: Maverick. HEX triplet: CA, B0 and C6. RGB value is (202,176,198). Sum of RGB (Red+Green+Blue) = 202+176+198=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0C6 is #354F39. Grayscale: #BABABA. Windows color (decimal): -3493690 or 13021386. OLE color: 13021386.

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

Color convert

RGB 202 176 198 -
CMYK 0 0.13 0.02 0.21
HSL 309.23º 0.2% 0.74% -
HSV(B) 309.23º 0.13% 0.79% -
XYZ 50.08 47.68 59.99 -
YUV 186.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 202 176 198 0 0.13 0.02 0.21 309.23 0.2 0.74
Hex CA B0 C6 0 D 2 15 135 14 4A
Octal 312 260 306 0 15 2 25 465 24 112
Binary 11001010 10110000 11000110 0 1101 10 10101 100110101 10100 1001010

Color Harmonies of #CAB0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0C6

Black with #CAB0C6

Text Example


Text Example

White with #CAB0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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