Html Css Color HEX #CAB2BC Maverick

📋 copy color: '#CAB2BC'

red 202 ◦ green 178 ◦ blue 188

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

Shades of Maverick #CAB2BC

Tints of Maverick #CAB2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.1%

R = 35.56%
G = 31.34%
B = 33.1%

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

#CAB2BC (or 0xCAB2BC) is known color: Maverick. HEX triplet: CA, B2 and BC. RGB value is (202,178,188). Sum of RGB (Red+Green+Blue) = 202+178+188=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2BC is #354D43. Grayscale: #BABABA. Windows color (decimal): -3493188 or 12366538. OLE color: 12366538.

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

Color convert

RGB 202 178 188 -
CMYK 0 0.12 0.07 0.21
HSL 335º 0.18% 0.75% -
HSV(B) 335º 0.12% 0.79% -
XYZ 49.35 48.03 54.25 -
YUV 186.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 202 178 188 0 0.12 0.07 0.21 335 0.18 0.75
Hex CA B2 BC 0 C 7 15 14F 12 4B
Octal 312 262 274 0 14 7 25 517 22 113
Binary 11001010 10110010 10111100 0 1100 111 10101 101001111 10010 1001011

Color Harmonies of #CAB2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2BC

Black with #CAB2BC

Text Example


Text Example

White with #CAB2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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