Html Css Color HEX #C43254 Old Rose

📋 copy color: '#C43254'

red 196 ◦ green 50 ◦ blue 84

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

Shades of Old Rose #C43254

Tints of Old Rose #C43254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.15%

 BLUE value IS 84 (33.2% from 255) = 25.45%

R = 59.39%
G = 15.15%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C43254 (or 0xC43254) is known color: Old Rose. HEX triplet: C4, 32 and 54. RGB value is (196,50,84). Sum of RGB (Red+Green+Blue) = 196+50+84=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C43254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43254 is #3BCDAB. Grayscale: #616161. Windows color (decimal): -3919276 or 5518020. OLE color: 5518020.

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

Color convert

RGB 196 50 84 -
CMYK 0 0.74 0.57 0.23
HSL 346.03º 0.59% 0.48% -
HSV(B) 346.03º 0.74% 0.77% -
XYZ 25.51 14.66 9.87 -
YUV 97.53 120.37 198.24 -
System Red Green Blue C M Y K H S L
Decimal 196 50 84 0 0.74 0.57 0.23 346.03 0.59 0.48
Hex C4 32 54 0 4A 39 17 15A 3B 30
Octal 304 62 124 0 112 71 27 532 73 60
Binary 11000100 110010 1010100 0 1001010 111001 10111 101011010 111011 110000

Color Harmonies of #C43254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43254

Black with #C43254

Text Example


Text Example

White with #C43254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43254; }

 p { color: rgb(196,50,84); }

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

background-color css

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

 a { background-color: rgb(196,50,84); }

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

border-color css

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

 span { border-color: rgb(196,50,84); }

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