Html Css Color HEX #CAB2BD Maverick

📋 copy color: '#CAB2BD'

red 202 ◦ green 178 ◦ blue 189

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

Shades of Maverick #CAB2BD

Tints of Maverick #CAB2BD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.28%

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

R = 35.5%
G = 31.28%
B = 33.22%

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

#CAB2BD (or 0xCAB2BD) is known color: Maverick. HEX triplet: CA, B2 and BD. RGB value is (202,178,189). Sum of RGB (Red+Green+Blue) = 202+178+189=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2BD is #354D42. Grayscale: #BABABA. Windows color (decimal): -3493187 or 12432074. OLE color: 12432074.

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

Color convert

RGB 202 178 189 -
CMYK 0 0.12 0.06 0.21
HSL 332.5º 0.18% 0.75% -
HSV(B) 332.5º 0.12% 0.79% -
XYZ 49.46 48.07 54.82 -
YUV 186.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 202 178 189 0 0.12 0.06 0.21 332.5 0.18 0.75
Hex CA B2 BD 0 C 6 15 14C 12 4B
Octal 312 262 275 0 14 6 25 514 22 113
Binary 11001010 10110010 10111101 0 1100 110 10101 101001100 10010 1001011

Color Harmonies of #CAB2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2BD

Black with #CAB2BD

Text Example


Text Example

White with #CAB2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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