Html Css Color HEX #C02D5B Old Rose

📋 copy color: '#C02D5B'

red 192 ◦ green 45 ◦ blue 91

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

Shades of Old Rose #C02D5B

Tints of Old Rose #C02D5B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.72%

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

R = 58.54%
G = 13.72%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C02D5B (or 0xC02D5B) is known color: Old Rose. HEX triplet: C0, 2D and 5B. RGB value is (192,45,91). Sum of RGB (Red+Green+Blue) = 192+45+91=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D5B is #3FD2A4. Grayscale: #5E5E5E. Windows color (decimal): -4182693 or 5975488. OLE color: 5975488.

HSL color Cylindrical-coordinate representation of color #C02D5B: hue angle of 341.22º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02D5B is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 45 91 -
CMYK 0 0.77 0.53 0.25
HSL 341.22º 0.62% 0.46% -
HSV(B) 341.22º 0.77% 0.75% -
XYZ 24.56 13.84 11.27 -
YUV 94.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 192 45 91 0 0.77 0.53 0.25 341.22 0.62 0.46
Hex C0 2D 5B 0 4D 35 19 155 3E 2E
Octal 300 55 133 0 115 65 31 525 76 56
Binary 11000000 101101 1011011 0 1001101 110101 11001 101010101 111110 101110

Color Harmonies of #C02D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D5B

Black with #C02D5B

Text Example


Text Example

White with #C02D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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