Html Css Color HEX #C082AF London Hue

📋 copy color: '#C082AF'

red 192 ◦ green 130 ◦ blue 175

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

Shades of London Hue #C082AF

Tints of London Hue #C082AF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.16%

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

R = 38.63%
G = 26.16%
B = 35.21%

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

#C082AF (or 0xC082AF) is known color: London Hue. HEX triplet: C0, 82 and AF. RGB value is (192,130,175). Sum of RGB (Red+Green+Blue) = 192+130+175=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C082AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C082AF is #3F7D50. Grayscale: #999999. Windows color (decimal): -4160849 or 11502272. OLE color: 11502272.

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

Color convert

RGB 192 130 175 -
CMYK 0 0.32 0.09 0.25
HSL 316.45º 0.33% 0.63% -
HSV(B) 316.45º 0.32% 0.75% -
XYZ 37.46 30.27 44.43 -
YUV 153.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 192 130 175 0 0.32 0.09 0.25 316.45 0.33 0.63
Hex C0 82 AF 0 20 9 19 13C 21 3F
Octal 300 202 257 0 40 11 31 474 41 77
Binary 11000000 10000010 10101111 0 100000 1001 11001 100111100 100001 111111

Color Harmonies of #C082AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C082AF

Black with #C082AF

Text Example


Text Example

White with #C082AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C082AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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