Html Css Color HEX #C1AFBE Maverick

📋 copy color: '#C1AFBE'

red 193 ◦ green 175 ◦ blue 190

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

Shades of Maverick #C1AFBE

Tints of Maverick #C1AFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.05%

R = 34.59%
G = 31.36%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C1AFBE (or 0xC1AFBE) is known color: Maverick. HEX triplet: C1, AF and BE. RGB value is (193,175,190). Sum of RGB (Red+Green+Blue) = 193+175+190=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFBE is #3E5041. Grayscale: #B6B6B6. Windows color (decimal): -4083778 or 12496833. OLE color: 12496833.

HSL color Cylindrical-coordinate representation of color #C1AFBE: hue angle of 310º 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 #C1AFBE is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 175 190 -
CMYK 0 0.09 0.02 0.24
HSL 310º 0.13% 0.72% -
HSV(B) 310º 0.09% 0.76% -
XYZ 46.62 45.72 55.08 -
YUV 182.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 193 175 190 0 0.09 0.02 0.24 310 0.13 0.72
Hex C1 AF BE 0 9 2 18 136 D 48
Octal 301 257 276 0 11 2 30 466 15 110
Binary 11000001 10101111 10111110 0 1001 10 11000 100110110 1101 1001000

Color Harmonies of #C1AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AFBE

Black with #C1AFBE

Text Example


Text Example

White with #C1AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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