Html Css Color HEX #C083AF London Hue

📋 copy color: '#C083AF'

red 192 ◦ green 131 ◦ blue 175

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

Shades of London Hue #C083AF

Tints of London Hue #C083AF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.31%

 BLUE value IS 175 (68.75% from 255) = 35.14%

R = 38.55%
G = 26.31%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C083AF (or 0xC083AF) is known color: London Hue. HEX triplet: C0, 83 and AF. RGB value is (192,131,175). Sum of RGB (Red+Green+Blue) = 192+131+175=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C083AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C083AF is #3F7C50. Grayscale: #9A9A9A. Windows color (decimal): -4160593 or 11502528. OLE color: 11502528.

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

Color convert

RGB 192 131 175 -
CMYK 0 0.32 0.09 0.25
HSL 316.72º 0.33% 0.63% -
HSV(B) 316.72º 0.32% 0.75% -
XYZ 37.59 30.53 44.47 -
YUV 154.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 192 131 175 0 0.32 0.09 0.25 316.72 0.33 0.63
Hex C0 83 AF 0 20 9 19 13D 21 3F
Octal 300 203 257 0 40 11 31 475 41 77
Binary 11000000 10000011 10101111 0 100000 1001 11001 100111101 100001 111111

Color Harmonies of #C083AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083AF

Black with #C083AF

Text Example


Text Example

White with #C083AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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