Html Css Color HEX #C02C52 Old Rose

📋 copy color: '#C02C52'

red 192 ◦ green 44 ◦ blue 82

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

Shades of Old Rose #C02C52

Tints of Old Rose #C02C52

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

 BLUE value IS 82 (32.42% from 255) = 25.79%

R = 60.38%
G = 13.84%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C02C52 (or 0xC02C52) is known color: Old Rose. HEX triplet: C0, 2C and 52. RGB value is (192,44,82). Sum of RGB (Red+Green+Blue) = 192+44+82=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02C52 is #3FD3AD. Grayscale: #5C5C5C. Windows color (decimal): -4182958 or 5385408. OLE color: 5385408.

HSL color Cylindrical-coordinate representation of color #C02C52: hue angle of 344.59º degrees, saturation: 0.63, 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 #C02C52 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 44 82 -
CMYK 0 0.77 0.57 0.25
HSL 344.59º 0.63% 0.46% -
HSV(B) 344.59º 0.77% 0.75% -
XYZ 24.16 13.62 9.34 -
YUV 92.58 122.03 198.91 -
System Red Green Blue C M Y K H S L
Decimal 192 44 82 0 0.77 0.57 0.25 344.59 0.63 0.46
Hex C0 2C 52 0 4D 39 19 159 3F 2E
Octal 300 54 122 0 115 71 31 531 77 56
Binary 11000000 101100 1010010 0 1001101 111001 11001 101011001 111111 101110

Color Harmonies of #C02C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02C52

Black with #C02C52

Text Example


Text Example

White with #C02C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02C52; }

 p { color: rgb(192,44,82); }

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

background-color css

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

 a { background-color: rgb(192,44,82); }

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

border-color css

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

 span { border-color: rgb(192,44,82); }

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