Html Css Color HEX #C02552 Old Rose

📋 copy color: '#C02552'

red 192 ◦ green 37 ◦ blue 82

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

Shades of Old Rose #C02552

Tints of Old Rose #C02552

RGB

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

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

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

R = 61.74%
G = 11.9%
B = 26.37%

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

#C02552 (or 0xC02552) is known color: Old Rose. HEX triplet: C0, 25 and 52. RGB value is (192,37,82). Sum of RGB (Red+Green+Blue) = 192+37+82=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C02552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02552 is #3FDAAD. Grayscale: #585858. Windows color (decimal): -4184750 or 5383616. OLE color: 5383616.

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

Color convert

RGB 192 37 82 -
CMYK 0 0.81 0.57 0.25
HSL 342.58º 0.68% 0.45% -
HSV(B) 342.58º 0.81% 0.75% -
XYZ 23.92 13.14 9.26 -
YUV 88.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 192 37 82 0 0.81 0.57 0.25 342.58 0.68 0.45
Hex C0 25 52 0 51 39 19 157 44 2D
Octal 300 45 122 0 121 71 31 527 104 55
Binary 11000000 100101 1010010 0 1010001 111001 11001 101010111 1000100 101101

Color Harmonies of #C02552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02552

Black with #C02552

Text Example


Text Example

White with #C02552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02552; }

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

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

background-color css

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

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

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

border-color css

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

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

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