Html Css Color HEX #C07FBB London Hue

📋 copy color: '#C07FBB'

red 192 ◦ green 127 ◦ blue 187

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

Shades of London Hue #C07FBB

Tints of London Hue #C07FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 25.1%

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 37.94%
G = 25.1%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C07FBB (or 0xC07FBB) is known color: London Hue. HEX triplet: C0, 7F and BB. RGB value is (192,127,187). Sum of RGB (Red+Green+Blue) = 192+127+187=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FBB is #3F8044. Grayscale: #999999. Windows color (decimal): -4161605 or 12287936. OLE color: 12287936.

HSL color Cylindrical-coordinate representation of color #C07FBB: hue angle of 304.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07FBB is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 127 187 -
CMYK 0 0.34 0.03 0.25
HSL 304.62º 0.34% 0.63% -
HSV(B) 304.62º 0.34% 0.75% -
XYZ 38.3 29.97 50.78 -
YUV 153.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 192 127 187 0 0.34 0.03 0.25 304.62 0.34 0.63
Hex C0 7F BB 0 22 3 19 131 22 3F
Octal 300 177 273 0 42 3 31 461 42 77
Binary 11000000 1111111 10111011 0 100010 11 11001 100110001 100010 111111

Color Harmonies of #C07FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FBB

Black with #C07FBB

Text Example


Text Example

White with #C07FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FBB; }

 p { color: rgb(192,127,187); }

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

background-color css

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

 a { background-color: rgb(192,127,187); }

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

border-color css

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

 span { border-color: rgb(192,127,187); }

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