Html Css Color HEX #C01354 Old Rose

📋 copy color: '#C01354'

red 192 ◦ green 19 ◦ blue 84

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

Shades of Old Rose #C01354

Tints of Old Rose #C01354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

 BLUE value IS 84 (33.2% from 255) = 28.47%

R = 65.08%
G = 6.44%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C01354 (or 0xC01354) is known color: Old Rose. HEX triplet: C0, 13 and 54. RGB value is (192,19,84). Sum of RGB (Red+Green+Blue) = 192+19+84=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C01354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01354 is #3FECAB. Grayscale: #4E4E4E. Windows color (decimal): -4189356 or 5510080. OLE color: 5510080.

HSL color Cylindrical-coordinate representation of color #C01354: hue angle of 337.46º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01354 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 84 -
CMYK 0 0.90 0.56 0.25
HSL 337.46º 0.82% 0.41% -
HSV(B) 337.46º 0.9% 0.75% -
XYZ 23.57 12.31 9.52 -
YUV 78.14 131.31 209.21 -
System Red Green Blue C M Y K H S L
Decimal 192 19 84 0 0.90 0.56 0.25 337.46 0.82 0.41
Hex C0 13 54 0 5A 38 19 151 52 29
Octal 300 23 124 0 132 70 31 521 122 51
Binary 11000000 10011 1010100 0 1011010 111000 11001 101010001 1010010 101001

Color Harmonies of #C01354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01354

Black with #C01354

Text Example


Text Example

White with #C01354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01354; }

 p { color: rgb(192,19,84); }

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

background-color css

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

 a { background-color: rgb(192,19,84); }

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

border-color css

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

 span { border-color: rgb(192,19,84); }

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