Html Css Color HEX #C1ACBD Maverick

📋 copy color: '#C1ACBD'

red 193 ◦ green 172 ◦ blue 189

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

Shades of Maverick #C1ACBD

Tints of Maverick #C1ACBD

RGB

 RED value IS 193 (75.78% from 255) = 34.84%

 GREEN value IS 172 (67.58% from 255) = 31.05%

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

R = 34.84%
G = 31.05%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C1ACBD (or 0xC1ACBD) is known color: Maverick. HEX triplet: C1, AC and BD. RGB value is (193,172,189). Sum of RGB (Red+Green+Blue) = 193+172+189=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACBD is #3E5342. Grayscale: #B4B4B4. Windows color (decimal): -4084547 or 12430529. OLE color: 12430529.

HSL color Cylindrical-coordinate representation of color #C1ACBD: hue angle of 311.43º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1ACBD is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 172 189 -
CMYK 0 0.11 0.02 0.24
HSL 311.43º 0.14% 0.72% -
HSV(B) 311.43º 0.11% 0.76% -
XYZ 45.93 44.52 54.32 -
YUV 180.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 193 172 189 0 0.11 0.02 0.24 311.43 0.14 0.72
Hex C1 AC BD 0 B 2 18 137 E 48
Octal 301 254 275 0 13 2 30 467 16 110
Binary 11000001 10101100 10111101 0 1011 10 11000 100110111 1110 1001000

Color Harmonies of #C1ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ACBD

Black with #C1ACBD

Text Example


Text Example

White with #C1ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ACBD; }

 p { color: rgb(193,172,189); }

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

background-color css

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

 a { background-color: rgb(193,172,189); }

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

border-color css

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

 span { border-color: rgb(193,172,189); }

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