Html Css Color HEX #C085BB London Hue

📋 copy color: '#C085BB'

red 192 ◦ green 133 ◦ blue 187

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

Shades of London Hue #C085BB

Tints of London Hue #C085BB

RGB

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

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

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

R = 37.5%
G = 25.98%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C085BB (or 0xC085BB) is known color: London Hue. HEX triplet: C0, 85 and BB. RGB value is (192,133,187). Sum of RGB (Red+Green+Blue) = 192+133+187=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C085BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085BB is #3F7A44. Grayscale: #9C9C9C. Windows color (decimal): -4160069 or 12289472. OLE color: 12289472.

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

Color convert

RGB 192 133 187 -
CMYK 0 0.31 0.03 0.25
HSL 305.08º 0.32% 0.64% -
HSV(B) 305.08º 0.31% 0.75% -
XYZ 39.1 31.57 51.05 -
YUV 156.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 192 133 187 0 0.31 0.03 0.25 305.08 0.32 0.64
Hex C0 85 BB 0 1F 3 19 131 20 40
Octal 300 205 273 0 37 3 31 461 40 100
Binary 11000000 10000101 10111011 0 11111 11 11001 100110001 100000 1000000

Color Harmonies of #C085BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085BB

Black with #C085BB

Text Example


Text Example

White with #C085BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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