Html Css Color HEX #CAB1BD Maverick

📋 copy color: '#CAB1BD'

red 202 ◦ green 177 ◦ blue 189

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

Shades of Maverick #CAB1BD

Tints of Maverick #CAB1BD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.16%

 BLUE value IS 189 (74.22% from 255) = 33.27%

R = 35.56%
G = 31.16%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CAB1BD (or 0xCAB1BD) is known color: Maverick. HEX triplet: CA, B1 and BD. RGB value is (202,177,189). Sum of RGB (Red+Green+Blue) = 202+177+189=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1BD is #354E42. Grayscale: #B9B9B9. Windows color (decimal): -3493443 or 12431818. OLE color: 12431818.

HSL color Cylindrical-coordinate representation of color #CAB1BD: hue angle of 331.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB1BD is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 177 189 -
CMYK 0 0.12 0.06 0.21
HSL 331.2º 0.19% 0.74% -
HSV(B) 331.2º 0.12% 0.79% -
XYZ 49.26 47.67 54.75 -
YUV 185.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 202 177 189 0 0.12 0.06 0.21 331.2 0.19 0.74
Hex CA B1 BD 0 C 6 15 14B 13 4A
Octal 312 261 275 0 14 6 25 513 23 112
Binary 11001010 10110001 10111101 0 1100 110 10101 101001011 10011 1001010

Color Harmonies of #CAB1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB1BD

Black with #CAB1BD

Text Example


Text Example

White with #CAB1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB1BD; }

 p { color: rgb(202,177,189); }

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

background-color css

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

 a { background-color: rgb(202,177,189); }

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

border-color css

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

 span { border-color: rgb(202,177,189); }

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