Html Css Color HEX #C02452 Old Rose

📋 copy color: '#C02452'

red 192 ◦ green 36 ◦ blue 82

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

Shades of Old Rose #C02452

Tints of Old Rose #C02452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

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

R = 61.94%
G = 11.61%
B = 26.45%

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

#C02452 (or 0xC02452) is known color: Old Rose. HEX triplet: C0, 24 and 52. RGB value is (192,36,82). Sum of RGB (Red+Green+Blue) = 192+36+82=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C02452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02452 is #3FDBAD. Grayscale: #575757. Windows color (decimal): -4185006 or 5383360. OLE color: 5383360.

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

Color convert

RGB 192 36 82 -
CMYK 0 0.81 0.57 0.25
HSL 342.31º 0.68% 0.45% -
HSV(B) 342.31º 0.81% 0.75% -
XYZ 23.89 13.08 9.25 -
YUV 87.89 124.68 202.26 -
System Red Green Blue C M Y K H S L
Decimal 192 36 82 0 0.81 0.57 0.25 342.31 0.68 0.45
Hex C0 24 52 0 51 39 19 156 44 2D
Octal 300 44 122 0 121 71 31 526 104 55
Binary 11000000 100100 1010010 0 1010001 111001 11001 101010110 1000100 101101

Color Harmonies of #C02452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02452

Black with #C02452

Text Example


Text Example

White with #C02452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02452; }

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

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

background-color css

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

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

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

border-color css

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

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

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