Html Css Color HEX #C43352 Old Rose

📋 copy color: '#C43352'

red 196 ◦ green 51 ◦ blue 82

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

Shades of Old Rose #C43352

Tints of Old Rose #C43352

RGB

 RED value IS 196 (76.95% from 255) = 59.57%

 GREEN value IS 51 (20.31% from 255) = 15.5%

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

R = 59.57%
G = 15.5%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C43352 (or 0xC43352) is known color: Old Rose. HEX triplet: C4, 33 and 52. RGB value is (196,51,82). Sum of RGB (Red+Green+Blue) = 196+51+82=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C43352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43352 is #3BCCAD. Grayscale: #616161. Windows color (decimal): -3919022 or 5387204. OLE color: 5387204.

HSL color Cylindrical-coordinate representation of color #C43352: hue angle of 347.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43352 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 51 82 -
CMYK 0 0.74 0.58 0.23
HSL 347.17º 0.59% 0.48% -
HSV(B) 347.17º 0.74% 0.77% -
XYZ 25.47 14.71 9.48 -
YUV 97.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 196 51 82 0 0.74 0.58 0.23 347.17 0.59 0.48
Hex C4 33 52 0 4A 3A 17 15B 3B 30
Octal 304 63 122 0 112 72 27 533 73 60
Binary 11000100 110011 1010010 0 1001010 111010 10111 101011011 111011 110000

Color Harmonies of #C43352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43352

Black with #C43352

Text Example


Text Example

White with #C43352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43352; }

 p { color: rgb(196,51,82); }

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

background-color css

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

 a { background-color: rgb(196,51,82); }

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

border-color css

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

 span { border-color: rgb(196,51,82); }

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