Html Css Color HEX #C075B4 London Hue

📋 copy color: '#C075B4'

red 192 ◦ green 117 ◦ blue 180

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

Shades of London Hue #C075B4

Tints of London Hue #C075B4

RGB

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

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

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

R = 39.26%
G = 23.93%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C075B4 (or 0xC075B4) is known color: London Hue. HEX triplet: C0, 75 and B4. RGB value is (192,117,180). Sum of RGB (Red+Green+Blue) = 192+117+180=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C075B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075B4 is #3F8A4B. Grayscale: #929292. Windows color (decimal): -4164172 or 11826624. OLE color: 11826624.

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

Color convert

RGB 192 117 180 -
CMYK 0 0.39 0.06 0.25
HSL 309.6º 0.37% 0.61% -
HSV(B) 309.6º 0.39% 0.75% -
XYZ 36.34 27.22 46.52 -
YUV 146.61 146.85 160.38 -
System Red Green Blue C M Y K H S L
Decimal 192 117 180 0 0.39 0.06 0.25 309.6 0.37 0.61
Hex C0 75 B4 0 27 6 19 136 25 3D
Octal 300 165 264 0 47 6 31 466 45 75
Binary 11000000 1110101 10110100 0 100111 110 11001 100110110 100101 111101

Color Harmonies of #C075B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075B4

Black with #C075B4

Text Example


Text Example

White with #C075B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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