Html Css Color HEX #C085AF London Hue

📋 copy color: '#C085AF'

red 192 ◦ green 133 ◦ blue 175

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

Shades of London Hue #C085AF

Tints of London Hue #C085AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35%

R = 38.4%
G = 26.6%
B = 35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C085AF (or 0xC085AF) is known color: London Hue. HEX triplet: C0, 85 and AF. RGB value is (192,133,175). Sum of RGB (Red+Green+Blue) = 192+133+175=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C085AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C085AF is #3F7A50. Grayscale: #9B9B9B. Windows color (decimal): -4160081 or 11503040. OLE color: 11503040.

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

Color convert

RGB 192 133 175 -
CMYK 0 0.31 0.09 0.25
HSL 317.29º 0.32% 0.64% -
HSV(B) 317.29º 0.31% 0.75% -
XYZ 37.86 31.08 44.56 -
YUV 155.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 192 133 175 0 0.31 0.09 0.25 317.29 0.32 0.64
Hex C0 85 AF 0 1F 9 19 13D 20 40
Octal 300 205 257 0 37 11 31 475 40 100
Binary 11000000 10000101 10101111 0 11111 1001 11001 100111101 100000 1000000

Color Harmonies of #C085AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085AF

Black with #C085AF

Text Example


Text Example

White with #C085AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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