Html Css Color HEX #C0AFBB Maverick

📋 copy color: '#C0AFBB'

red 192 ◦ green 175 ◦ blue 187

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

Shades of Maverick #C0AFBB

Tints of Maverick #C0AFBB

RGB

 RED value IS 192 (75.39% from 255) = 34.66%

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

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

R = 34.66%
G = 31.59%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C0AFBB (or 0xC0AFBB) is known color: Maverick. HEX triplet: C0, AF and BB. RGB value is (192,175,187). Sum of RGB (Red+Green+Blue) = 192+175+187=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFBB is #3F5044. Grayscale: #B5B5B5. Windows color (decimal): -4149317 or 12300224. OLE color: 12300224.

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

Color convert

RGB 192 175 187 -
CMYK 0 0.09 0.03 0.25
HSL 317.65º 0.12% 0.72% -
HSV(B) 317.65º 0.09% 0.75% -
XYZ 46.04 45.45 53.36 -
YUV 181.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 192 175 187 0 0.09 0.03 0.25 317.65 0.12 0.72
Hex C0 AF BB 0 9 3 19 13E C 48
Octal 300 257 273 0 11 3 31 476 14 110
Binary 11000000 10101111 10111011 0 1001 11 11001 100111110 1100 1001000

Color Harmonies of #C0AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFBB

Black with #C0AFBB

Text Example


Text Example

White with #C0AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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