Html Css Color HEX #C084B6 London Hue

📋 copy color: '#C084B6'

red 192 ◦ green 132 ◦ blue 182

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

Shades of London Hue #C084B6

Tints of London Hue #C084B6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.09%

 BLUE value IS 182 (71.48% from 255) = 35.97%

R = 37.94%
G = 26.09%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C084B6 (or 0xC084B6) is known color: London Hue. HEX triplet: C0, 84 and B6. RGB value is (192,132,182). Sum of RGB (Red+Green+Blue) = 192+132+182=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C084B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084B6 is #3F7B49. Grayscale: #9B9B9B. Windows color (decimal): -4160330 or 11961536. OLE color: 11961536.

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

Color convert

RGB 192 132 182 -
CMYK 0 0.31 0.05 0.25
HSL 310º 0.32% 0.64% -
HSV(B) 310º 0.31% 0.75% -
XYZ 38.43 31.09 48.23 -
YUV 155.64 142.88 153.93 -
System Red Green Blue C M Y K H S L
Decimal 192 132 182 0 0.31 0.05 0.25 310 0.32 0.64
Hex C0 84 B6 0 1F 5 19 136 20 40
Octal 300 204 266 0 37 5 31 466 40 100
Binary 11000000 10000100 10110110 0 11111 101 11001 100110110 100000 1000000

Color Harmonies of #C084B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C084B6

Black with #C084B6

Text Example


Text Example

White with #C084B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C084B6; }

 p { color: rgb(192,132,182); }

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

background-color css

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

 a { background-color: rgb(192,132,182); }

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

border-color css

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

 span { border-color: rgb(192,132,182); }

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