Html Css Color HEX #C08CB5 London Hue

📋 copy color: '#C08CB5'

red 192 ◦ green 140 ◦ blue 181

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

Shades of London Hue #C08CB5

Tints of London Hue #C08CB5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.29%

 BLUE value IS 181 (71.09% from 255) = 35.28%

R = 37.43%
G = 27.29%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C08CB5 (or 0xC08CB5) is known color: London Hue. HEX triplet: C0, 8C and B5. RGB value is (192,140,181). Sum of RGB (Red+Green+Blue) = 192+140+181=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CB5 is #3F734A. Grayscale: #A0A0A0. Windows color (decimal): -4158283 or 11898048. OLE color: 11898048.

HSL color Cylindrical-coordinate representation of color #C08CB5: hue angle of 312.69º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08CB5 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 140 181 -
CMYK 0 0.27 0.06 0.25
HSL 312.69º 0.29% 0.65% -
HSV(B) 312.69º 0.27% 0.75% -
XYZ 39.46 33.3 48.06 -
YUV 160.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 192 140 181 0 0.27 0.06 0.25 312.69 0.29 0.65
Hex C0 8C B5 0 1B 6 19 139 1D 41
Octal 300 214 265 0 33 6 31 471 35 101
Binary 11000000 10001100 10110101 0 11011 110 11001 100111001 11101 1000001

Color Harmonies of #C08CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CB5

Black with #C08CB5

Text Example


Text Example

White with #C08CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CB5; }

 p { color: rgb(192,140,181); }

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

background-color css

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

 a { background-color: rgb(192,140,181); }

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

border-color css

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

 span { border-color: rgb(192,140,181); }

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