Html Css Color HEX #C085B4 London Hue

📋 copy color: '#C085B4'

red 192 ◦ green 133 ◦ blue 180

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

Shades of London Hue #C085B4

Tints of London Hue #C085B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.64%

R = 38.02%
G = 26.34%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C085B4 (or 0xC085B4) is known color: London Hue. HEX triplet: C0, 85 and B4. RGB value is (192,133,180). Sum of RGB (Red+Green+Blue) = 192+133+180=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C085B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085B4 is #3F7A4B. Grayscale: #9B9B9B. Windows color (decimal): -4160076 or 11830720. OLE color: 11830720.

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

Color convert

RGB 192 133 180 -
CMYK 0 0.31 0.06 0.25
HSL 312.2º 0.32% 0.64% -
HSV(B) 312.2º 0.31% 0.75% -
XYZ 38.36 31.28 47.2 -
YUV 156 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 192 133 180 0 0.31 0.06 0.25 312.2 0.32 0.64
Hex C0 85 B4 0 1F 6 19 138 20 40
Octal 300 205 264 0 37 6 31 470 40 100
Binary 11000000 10000101 10110100 0 11111 110 11001 100111000 100000 1000000

Color Harmonies of #C085B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085B4

Black with #C085B4

Text Example


Text Example

White with #C085B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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