Html Css Color HEX #C01F5C Old Rose

📋 copy color: '#C01F5C'

red 192 ◦ green 31 ◦ blue 92

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

Shades of Old Rose #C01F5C

Tints of Old Rose #C01F5C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.84%

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 60.95%
G = 9.84%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C01F5C (or 0xC01F5C) is known color: Old Rose. HEX triplet: C0, 1F and 5C. RGB value is (192,31,92). Sum of RGB (Red+Green+Blue) = 192+31+92=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F5C is #3FE0A3. Grayscale: #565656. Windows color (decimal): -4186276 or 6037440. OLE color: 6037440.

HSL color Cylindrical-coordinate representation of color #C01F5C: hue angle of 337.27º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01F5C is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 31 92 -
CMYK 0 0.84 0.52 0.25
HSL 337.27º 0.72% 0.44% -
HSV(B) 337.27º 0.84% 0.75% -
XYZ 24.16 12.96 11.35 -
YUV 86.09 131.34 203.54 -
System Red Green Blue C M Y K H S L
Decimal 192 31 92 0 0.84 0.52 0.25 337.27 0.72 0.44
Hex C0 1F 5C 0 54 34 19 151 48 2C
Octal 300 37 134 0 124 64 31 521 110 54
Binary 11000000 11111 1011100 0 1010100 110100 11001 101010001 1001000 101100

Color Harmonies of #C01F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F5C

Black with #C01F5C

Text Example


Text Example

White with #C01F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F5C; }

 p { color: rgb(192,31,92); }

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

background-color css

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

 a { background-color: rgb(192,31,92); }

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

border-color css

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

 span { border-color: rgb(192,31,92); }

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