Html Css Color HEX #C01C58 Old Rose

📋 copy color: '#C01C58'

red 192 ◦ green 28 ◦ blue 88

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

Shades of Old Rose #C01C58

Tints of Old Rose #C01C58

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.09%

 BLUE value IS 88 (34.77% from 255) = 28.57%

R = 62.34%
G = 9.09%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C01C58 (or 0xC01C58) is known color: Old Rose. HEX triplet: C0, 1C and 58. RGB value is (192,28,88). Sum of RGB (Red+Green+Blue) = 192+28+88=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01C58 is #3FE3A7. Grayscale: #535353. Windows color (decimal): -4187048 or 5774528. OLE color: 5774528.

HSL color Cylindrical-coordinate representation of color #C01C58: hue angle of 338.05º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C58 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 28 88 -
CMYK 0 0.85 0.54 0.25
HSL 338.05º 0.75% 0.43% -
HSV(B) 338.05º 0.85% 0.75% -
XYZ 23.91 12.74 10.43 -
YUV 83.88 130.33 205.12 -
System Red Green Blue C M Y K H S L
Decimal 192 28 88 0 0.85 0.54 0.25 338.05 0.75 0.43
Hex C0 1C 58 0 55 36 19 152 4B 2B
Octal 300 34 130 0 125 66 31 522 113 53
Binary 11000000 11100 1011000 0 1010101 110110 11001 101010010 1001011 101011

Color Harmonies of #C01C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01C58

Black with #C01C58

Text Example


Text Example

White with #C01C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01C58; }

 p { color: rgb(192,28,88); }

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

background-color css

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

 a { background-color: rgb(192,28,88); }

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

border-color css

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

 span { border-color: rgb(192,28,88); }

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