Html Css Color HEX #C02952 Old Rose

📋 copy color: '#C02952'

red 192 ◦ green 41 ◦ blue 82

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

Shades of Old Rose #C02952

Tints of Old Rose #C02952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

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

R = 60.95%
G = 13.02%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C02952 (or 0xC02952) is known color: Old Rose. HEX triplet: C0, 29 and 52. RGB value is (192,41,82). Sum of RGB (Red+Green+Blue) = 192+41+82=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C02952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02952 is #3FD6AD. Grayscale: #5A5A5A. Windows color (decimal): -4183726 or 5384640. OLE color: 5384640.

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

Color convert

RGB 192 41 82 -
CMYK 0 0.79 0.57 0.25
HSL 343.71º 0.65% 0.46% -
HSV(B) 343.71º 0.79% 0.75% -
XYZ 24.05 13.4 9.3 -
YUV 90.82 123.03 200.17 -
System Red Green Blue C M Y K H S L
Decimal 192 41 82 0 0.79 0.57 0.25 343.71 0.65 0.46
Hex C0 29 52 0 4F 39 19 158 41 2E
Octal 300 51 122 0 117 71 31 530 101 56
Binary 11000000 101001 1010010 0 1001111 111001 11001 101011000 1000001 101110

Color Harmonies of #C02952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02952

Black with #C02952

Text Example


Text Example

White with #C02952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02952; }

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

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

background-color css

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

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

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

border-color css

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

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

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