Html Css Color HEX #C07ABB London Hue

📋 copy color: '#C07ABB'

red 192 ◦ green 122 ◦ blue 187

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

Shades of London Hue #C07ABB

Tints of London Hue #C07ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.35%

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

R = 38.32%
G = 24.35%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C07ABB (or 0xC07ABB) is known color: London Hue. HEX triplet: C0, 7A and BB. RGB value is (192,122,187). Sum of RGB (Red+Green+Blue) = 192+122+187=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C07ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ABB is #3F8544. Grayscale: #969696. Windows color (decimal): -4162885 or 12286656. OLE color: 12286656.

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

Color convert

RGB 192 122 187 -
CMYK 0 0.36 0.03 0.25
HSL 304.29º 0.36% 0.62% -
HSV(B) 304.29º 0.36% 0.75% -
XYZ 37.67 28.71 50.57 -
YUV 150.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 192 122 187 0 0.36 0.03 0.25 304.29 0.36 0.62
Hex C0 7A BB 0 24 3 19 130 24 3E
Octal 300 172 273 0 44 3 31 460 44 76
Binary 11000000 1111010 10111011 0 100100 11 11001 100110000 100100 111110

Color Harmonies of #C07ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07ABB

Black with #C07ABB

Text Example


Text Example

White with #C07ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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