Html Css Color HEX #C0175A Old Rose

📋 copy color: '#C0175A'

red 192 ◦ green 23 ◦ blue 90

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

Shades of Old Rose #C0175A

Tints of Old Rose #C0175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.54%

 BLUE value IS 90 (35.55% from 255) = 29.51%

R = 62.95%
G = 7.54%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0175A (or 0xC0175A) is known color: Old Rose. HEX triplet: C0, 17 and 5A. RGB value is (192,23,90). Sum of RGB (Red+Green+Blue) = 192+23+90=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0175A is #3FE8A5. Grayscale: #515151. Windows color (decimal): -4188326 or 5904320. OLE color: 5904320.

HSL color Cylindrical-coordinate representation of color #C0175A: hue angle of 336.21º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0175A is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 23 90 -
CMYK 0 0.88 0.53 0.25
HSL 336.21º 0.79% 0.42% -
HSV(B) 336.21º 0.88% 0.75% -
XYZ 23.89 12.56 10.84 -
YUV 81.17 132.99 207.05 -
System Red Green Blue C M Y K H S L
Decimal 192 23 90 0 0.88 0.53 0.25 336.21 0.79 0.42
Hex C0 17 5A 0 58 35 19 150 4F 2A
Octal 300 27 132 0 130 65 31 520 117 52
Binary 11000000 10111 1011010 0 1011000 110101 11001 101010000 1001111 101010

Color Harmonies of #C0175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0175A

Black with #C0175A

Text Example


Text Example

White with #C0175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0175A; }

 p { color: rgb(192,23,90); }

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

background-color css

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

 a { background-color: rgb(192,23,90); }

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

border-color css

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

 span { border-color: rgb(192,23,90); }

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