Html Css Color HEX #C1AFBB Maverick

📋 copy color: '#C1AFBB'

red 193 ◦ green 175 ◦ blue 187

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

Shades of Maverick #C1AFBB

Tints of Maverick #C1AFBB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.53%

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

R = 34.77%
G = 31.53%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C1AFBB (or 0xC1AFBB) is known color: Maverick. HEX triplet: C1, AF and BB. RGB value is (193,175,187). Sum of RGB (Red+Green+Blue) = 193+175+187=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFBB is #3E5044. Grayscale: #B5B5B5. Windows color (decimal): -4083781 or 12300225. OLE color: 12300225.

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

Color convert

RGB 193 175 187 -
CMYK 0 0.09 0.03 0.24
HSL 320º 0.13% 0.72% -
HSV(B) 320º 0.09% 0.76% -
XYZ 46.29 45.59 53.37 -
YUV 181.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 193 175 187 0 0.09 0.03 0.24 320 0.13 0.72
Hex C1 AF BB 0 9 3 18 140 D 48
Octal 301 257 273 0 11 3 30 500 15 110
Binary 11000001 10101111 10111011 0 1001 11 11000 101000000 1101 1001000

Color Harmonies of #C1AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AFBB

Black with #C1AFBB

Text Example


Text Example

White with #C1AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AFBB; }

 p { color: rgb(193,175,187); }

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

background-color css

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

 a { background-color: rgb(193,175,187); }

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

border-color css

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

 span { border-color: rgb(193,175,187); }

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