Html Css Color HEX #C0185B Old Rose

📋 copy color: '#C0185B'

red 192 ◦ green 24 ◦ blue 91

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

Shades of Old Rose #C0185B

Tints of Old Rose #C0185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 62.54%
G = 7.82%
B = 29.64%

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

#C0185B (or 0xC0185B) is known color: Old Rose. HEX triplet: C0, 18 and 5B. RGB value is (192,24,91). Sum of RGB (Red+Green+Blue) = 192+24+91=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0185B is #3FE7A4. Grayscale: #515151. Windows color (decimal): -4188069 or 5970112. OLE color: 5970112.

HSL color Cylindrical-coordinate representation of color #C0185B: hue angle of 336.07º degrees, saturation: 0.78, 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 #C0185B is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 91 -
CMYK 0 0.88 0.53 0.25
HSL 336.07º 0.78% 0.42% -
HSV(B) 336.07º 0.88% 0.75% -
XYZ 23.95 12.62 11.07 -
YUV 81.87 133.16 206.55 -
System Red Green Blue C M Y K H S L
Decimal 192 24 91 0 0.88 0.53 0.25 336.07 0.78 0.42
Hex C0 18 5B 0 58 35 19 150 4E 2A
Octal 300 30 133 0 130 65 31 520 116 52
Binary 11000000 11000 1011011 0 1011000 110101 11001 101010000 1001110 101010

Color Harmonies of #C0185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0185B

Black with #C0185B

Text Example


Text Example

White with #C0185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0185B; }

 p { color: rgb(192,24,91); }

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

background-color css

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

 a { background-color: rgb(192,24,91); }

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

border-color css

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

 span { border-color: rgb(192,24,91); }

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