Html Css Color HEX #C43350 Old Rose

📋 copy color: '#C43350'

red 196 ◦ green 51 ◦ blue 80

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

Shades of Old Rose #C43350

Tints of Old Rose #C43350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.46%

R = 59.94%
G = 15.6%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C43350 (or 0xC43350) is known color: Old Rose. HEX triplet: C4, 33 and 50. RGB value is (196,51,80). Sum of RGB (Red+Green+Blue) = 196+51+80=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C43350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43350 is #3BCCAF. Grayscale: #616161. Windows color (decimal): -3919024 or 5256132. OLE color: 5256132.

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

Color convert

RGB 196 51 80 -
CMYK 0 0.74 0.59 0.23
HSL 348º 0.59% 0.48% -
HSV(B) 348º 0.74% 0.77% -
XYZ 25.4 14.68 9.08 -
YUV 97.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 196 51 80 0 0.74 0.59 0.23 348 0.59 0.48
Hex C4 33 50 0 4A 3B 17 15C 3B 30
Octal 304 63 120 0 112 73 27 534 73 60
Binary 11000100 110011 1010000 0 1001010 111011 10111 101011100 111011 110000

Color Harmonies of #C43350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43350

Black with #C43350

Text Example


Text Example

White with #C43350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43350; }

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

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

background-color css

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

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

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

border-color css

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

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

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