Html Css Color HEX #C02553 Old Rose

📋 copy color: '#C02553'

red 192 ◦ green 37 ◦ blue 83

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

Shades of Old Rose #C02553

Tints of Old Rose #C02553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 83 (32.81% from 255) = 26.6%

R = 61.54%
G = 11.86%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C02553 (or 0xC02553) is known color: Old Rose. HEX triplet: C0, 25 and 53. RGB value is (192,37,83). Sum of RGB (Red+Green+Blue) = 192+37+83=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C02553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02553 is #3FDAAC. Grayscale: #585858. Windows color (decimal): -4184749 or 5449152. OLE color: 5449152.

HSL color Cylindrical-coordinate representation of color #C02553: hue angle of 342.19º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02553 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 83 -
CMYK 0 0.81 0.57 0.25
HSL 342.19º 0.68% 0.45% -
HSV(B) 342.19º 0.81% 0.75% -
XYZ 23.96 13.15 9.46 -
YUV 88.59 124.85 201.76 -
System Red Green Blue C M Y K H S L
Decimal 192 37 83 0 0.81 0.57 0.25 342.19 0.68 0.45
Hex C0 25 53 0 51 39 19 156 44 2D
Octal 300 45 123 0 121 71 31 526 104 55
Binary 11000000 100101 1010011 0 1010001 111001 11001 101010110 1000100 101101

Color Harmonies of #C02553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02553

Black with #C02553

Text Example


Text Example

White with #C02553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02553; }

 p { color: rgb(192,37,83); }

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

background-color css

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

 a { background-color: rgb(192,37,83); }

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

border-color css

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

 span { border-color: rgb(192,37,83); }

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