Html Css Color HEX #C43753 Old Rose

📋 copy color: '#C43753'

red 196 ◦ green 55 ◦ blue 83

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

Shades of Old Rose #C43753

Tints of Old Rose #C43753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.47%

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

R = 58.68%
G = 16.47%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C43753 (or 0xC43753) is known color: Old Rose. HEX triplet: C4, 37 and 53. RGB value is (196,55,83). Sum of RGB (Red+Green+Blue) = 196+55+83=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C43753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43753 is #3BC8AC. Grayscale: #646464. Windows color (decimal): -3917997 or 5453764. OLE color: 5453764.

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

Color convert

RGB 196 55 83 -
CMYK 0 0.72 0.58 0.23
HSL 348.09º 0.56% 0.49% -
HSV(B) 348.09º 0.72% 0.77% -
XYZ 25.69 15.09 9.74 -
YUV 100.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 196 55 83 0 0.72 0.58 0.23 348.09 0.56 0.49
Hex C4 37 53 0 48 3A 17 15C 38 31
Octal 304 67 123 0 110 72 27 534 70 61
Binary 11000100 110111 1010011 0 1001000 111010 10111 101011100 111000 110001

Color Harmonies of #C43753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43753

Black with #C43753

Text Example


Text Example

White with #C43753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43753; }

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

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

background-color css

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

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

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

border-color css

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

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

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