Html Css Color HEX #C43053 Old Rose

📋 copy color: '#C43053'

red 196 ◦ green 48 ◦ blue 83

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

Shades of Old Rose #C43053

Tints of Old Rose #C43053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

 BLUE value IS 83 (32.81% from 255) = 25.38%

R = 59.94%
G = 14.68%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C43053 (or 0xC43053) is known color: Old Rose. HEX triplet: C4, 30 and 53. RGB value is (196,48,83). Sum of RGB (Red+Green+Blue) = 196+48+83=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C43053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43053 is #3BCFAC. Grayscale: #606060. Windows color (decimal): -3919789 or 5451972. OLE color: 5451972.

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

Color convert

RGB 196 48 83 -
CMYK 0 0.76 0.58 0.23
HSL 345.81º 0.61% 0.48% -
HSV(B) 345.81º 0.76% 0.77% -
XYZ 25.38 14.47 9.64 -
YUV 96.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 196 48 83 0 0.76 0.58 0.23 345.81 0.61 0.48
Hex C4 30 53 0 4C 3A 17 15A 3D 30
Octal 304 60 123 0 114 72 27 532 75 60
Binary 11000100 110000 1010011 0 1001100 111010 10111 101011010 111101 110000

Color Harmonies of #C43053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43053

Black with #C43053

Text Example


Text Example

White with #C43053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43053; }

 p { color: rgb(196,48,83); }

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

background-color css

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

 a { background-color: rgb(196,48,83); }

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

border-color css

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

 span { border-color: rgb(196,48,83); }

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