Html Css Color HEX #C52962 Old Rose

📋 copy color: '#C52962'

red 197 ◦ green 41 ◦ blue 98

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

Shades of Old Rose #C52962

Tints of Old Rose #C52962

RGB

 RED value IS 197 (77.34% from 255) = 58.63%

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

 BLUE value IS 98 (38.67% from 255) = 29.17%

R = 58.63%
G = 12.2%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C52962 (or 0xC52962) is known color: Old Rose. HEX triplet: C5, 29 and 62. RGB value is (197,41,98). Sum of RGB (Red+Green+Blue) = 197+41+98=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C52962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52962 is #3AD69D. Grayscale: #5E5E5E. Windows color (decimal): -3856030 or 6433221. OLE color: 6433221.

HSL color Cylindrical-coordinate representation of color #C52962: hue angle of 338.08º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52962 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 41 98 -
CMYK 0 0.79 0.50 0.23
HSL 338.08º 0.66% 0.47% -
HSV(B) 338.08º 0.79% 0.77% -
XYZ 26.02 14.34 12.95 -
YUV 94.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 197 41 98 0 0.79 0.50 0.23 338.08 0.66 0.47
Hex C5 29 62 0 4F 32 17 152 42 2F
Octal 305 51 142 0 117 62 27 522 102 57
Binary 11000101 101001 1100010 0 1001111 110010 10111 101010010 1000010 101111

Color Harmonies of #C52962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52962

Black with #C52962

Text Example


Text Example

White with #C52962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52962; }

 p { color: rgb(197,41,98); }

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

background-color css

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

 a { background-color: rgb(197,41,98); }

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

border-color css

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

 span { border-color: rgb(197,41,98); }

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