Html Css Color HEX #C085B0 London Hue

📋 copy color: '#C085B0'

red 192 ◦ green 133 ◦ blue 176

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

Shades of London Hue #C085B0

Tints of London Hue #C085B0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.55%

 BLUE value IS 176 (69.14% from 255) = 35.13%

R = 38.32%
G = 26.55%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C085B0 (or 0xC085B0) is known color: London Hue. HEX triplet: C0, 85 and B0. RGB value is (192,133,176). Sum of RGB (Red+Green+Blue) = 192+133+176=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C085B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C085B0 is #3F7A4F. Grayscale: #9B9B9B. Windows color (decimal): -4160080 or 11568576. OLE color: 11568576.

HSL color Cylindrical-coordinate representation of color #C085B0: hue angle of 316.27º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C085B0 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 133 176 -
CMYK 0 0.31 0.08 0.25
HSL 316.27º 0.32% 0.64% -
HSV(B) 316.27º 0.31% 0.75% -
XYZ 37.96 31.12 45.08 -
YUV 155.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 192 133 176 0 0.31 0.08 0.25 316.27 0.32 0.64
Hex C0 85 B0 0 1F 8 19 13C 20 40
Octal 300 205 260 0 37 10 31 474 40 100
Binary 11000000 10000101 10110000 0 11111 1000 11001 100111100 100000 1000000

Color Harmonies of #C085B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085B0

Black with #C085B0

Text Example


Text Example

White with #C085B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085B0; }

 p { color: rgb(192,133,176); }

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

background-color css

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

 a { background-color: rgb(192,133,176); }

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

border-color css

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

 span { border-color: rgb(192,133,176); }

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