Html Css Color HEX #CAB2BB Maverick

📋 copy color: '#CAB2BB'

red 202 ◦ green 178 ◦ blue 187

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

Shades of Maverick #CAB2BB

Tints of Maverick #CAB2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.98%

R = 35.63%
G = 31.39%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CAB2BB (or 0xCAB2BB) is known color: Maverick. HEX triplet: CA, B2 and BB. RGB value is (202,178,187). Sum of RGB (Red+Green+Blue) = 202+178+187=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2BB is #354D44. Grayscale: #BABABA. Windows color (decimal): -3493189 or 12301002. OLE color: 12301002.

HSL color Cylindrical-coordinate representation of color #CAB2BB: hue angle of 337.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 #CAB2BB is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 187 -
CMYK 0 0.12 0.07 0.21
HSL 337.5º 0.18% 0.75% -
HSV(B) 337.5º 0.12% 0.79% -
XYZ 49.25 47.99 53.68 -
YUV 186.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 202 178 187 0 0.12 0.07 0.21 337.5 0.18 0.75
Hex CA B2 BB 0 C 7 15 152 12 4B
Octal 312 262 273 0 14 7 25 522 22 113
Binary 11001010 10110010 10111011 0 1100 111 10101 101010010 10010 1001011

Color Harmonies of #CAB2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2BB

Black with #CAB2BB

Text Example


Text Example

White with #CAB2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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