Html Css Color HEX #C085B3 London Hue

📋 copy color: '#C085B3'

red 192 ◦ green 133 ◦ blue 179

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

Shades of London Hue #C085B3

Tints of London Hue #C085B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.52%

R = 38.1%
G = 26.39%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C085B3 (or 0xC085B3) is known color: London Hue. HEX triplet: C0, 85 and B3. RGB value is (192,133,179). Sum of RGB (Red+Green+Blue) = 192+133+179=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C085B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085B3 is #3F7A4C. Grayscale: #9B9B9B. Windows color (decimal): -4160077 or 11765184. OLE color: 11765184.

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

Color convert

RGB 192 133 179 -
CMYK 0 0.31 0.07 0.25
HSL 313.22º 0.32% 0.64% -
HSV(B) 313.22º 0.31% 0.75% -
XYZ 38.26 31.24 46.66 -
YUV 155.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 192 133 179 0 0.31 0.07 0.25 313.22 0.32 0.64
Hex C0 85 B3 0 1F 7 19 139 20 40
Octal 300 205 263 0 37 7 31 471 40 100
Binary 11000000 10000101 10110011 0 11111 111 11001 100111001 100000 1000000

Color Harmonies of #C085B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085B3

Black with #C085B3

Text Example


Text Example

White with #C085B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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