Html Css Color HEX #C485BB London Hue

📋 copy color: '#C485BB'

red 196 ◦ green 133 ◦ blue 187

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

Shades of London Hue #C485BB

Tints of London Hue #C485BB

RGB

 RED value IS 196 (76.95% from 255) = 37.98%

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

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

R = 37.98%
G = 25.78%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C485BB (or 0xC485BB) is known color: London Hue. HEX triplet: C4, 85 and BB. RGB value is (196,133,187). Sum of RGB (Red+Green+Blue) = 196+133+187=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C485BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485BB is #3B7A44. Grayscale: #9D9D9D. Windows color (decimal): -3897925 or 12289476. OLE color: 12289476.

HSL color Cylindrical-coordinate representation of color #C485BB: hue angle of 308.57º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C485BB is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 187 -
CMYK 0 0.32 0.05 0.23
HSL 308.57º 0.35% 0.65% -
HSV(B) 308.57º 0.32% 0.77% -
XYZ 40.12 32.1 51.09 -
YUV 157.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 196 133 187 0 0.32 0.05 0.23 308.57 0.35 0.65
Hex C4 85 BB 0 20 5 17 135 23 41
Octal 304 205 273 0 40 5 27 465 43 101
Binary 11000100 10000101 10111011 0 100000 101 10111 100110101 100011 1000001

Color Harmonies of #C485BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485BB

Black with #C485BB

Text Example


Text Example

White with #C485BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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