Html Css Color HEX #C084B4 London Hue

📋 copy color: '#C084B4'

red 192 ◦ green 132 ◦ blue 180

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

Shades of London Hue #C084B4

Tints of London Hue #C084B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.71%

R = 38.1%
G = 26.19%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C084B4 (or 0xC084B4) is known color: London Hue. HEX triplet: C0, 84 and B4. RGB value is (192,132,180). Sum of RGB (Red+Green+Blue) = 192+132+180=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C084B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084B4 is #3F7B4B. Grayscale: #9B9B9B. Windows color (decimal): -4160332 or 11830464. OLE color: 11830464.

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

Color convert

RGB 192 132 180 -
CMYK 0 0.31 0.06 0.25
HSL 312º 0.32% 0.64% -
HSV(B) 312º 0.31% 0.75% -
XYZ 38.23 31 47.15 -
YUV 155.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 192 132 180 0 0.31 0.06 0.25 312 0.32 0.64
Hex C0 84 B4 0 1F 6 19 138 20 40
Octal 300 204 264 0 37 6 31 470 40 100
Binary 11000000 10000100 10110100 0 11111 110 11001 100111000 100000 1000000

Color Harmonies of #C084B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C084B4

Black with #C084B4

Text Example


Text Example

White with #C084B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C084B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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