Html Css Color HEX #C075B2 London Hue

📋 copy color: '#C075B2'

red 192 ◦ green 117 ◦ blue 178

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

Shades of London Hue #C075B2

Tints of London Hue #C075B2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.02%

 BLUE value IS 178 (69.92% from 255) = 36.55%

R = 39.43%
G = 24.02%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C075B2 (or 0xC075B2) is known color: London Hue. HEX triplet: C0, 75 and B2. RGB value is (192,117,178). Sum of RGB (Red+Green+Blue) = 192+117+178=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C075B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C075B2 is #3F8A4D. Grayscale: #929292. Windows color (decimal): -4164174 or 11695552. OLE color: 11695552.

HSL color Cylindrical-coordinate representation of color #C075B2: hue angle of 311.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C075B2 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 178 -
CMYK 0 0.39 0.07 0.25
HSL 311.2º 0.37% 0.61% -
HSV(B) 311.2º 0.39% 0.75% -
XYZ 36.14 27.14 45.45 -
YUV 146.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 192 117 178 0 0.39 0.07 0.25 311.2 0.37 0.61
Hex C0 75 B2 0 27 7 19 137 25 3D
Octal 300 165 262 0 47 7 31 467 45 75
Binary 11000000 1110101 10110010 0 100111 111 11001 100110111 100101 111101

Color Harmonies of #C075B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075B2

Black with #C075B2

Text Example


Text Example

White with #C075B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075B2; }

 p { color: rgb(192,117,178); }

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

background-color css

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

 a { background-color: rgb(192,117,178); }

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

border-color css

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

 span { border-color: rgb(192,117,178); }

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