Html Css Color HEX #C43760 Old Rose

📋 copy color: '#C43760'

red 196 ◦ green 55 ◦ blue 96

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

Shades of Old Rose #C43760

Tints of Old Rose #C43760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.67%

R = 56.48%
G = 15.85%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C43760 (or 0xC43760) is known color: Old Rose. HEX triplet: C4, 37 and 60. RGB value is (196,55,96). Sum of RGB (Red+Green+Blue) = 196+55+96=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C43760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43760 is #3BC89F. Grayscale: #656565. Windows color (decimal): -3917984 or 6305732. OLE color: 6305732.

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

Color convert

RGB 196 55 96 -
CMYK 0 0.72 0.51 0.23
HSL 342.55º 0.56% 0.49% -
HSV(B) 342.55º 0.72% 0.77% -
XYZ 26.24 15.31 12.64 -
YUV 101.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 196 55 96 0 0.72 0.51 0.23 342.55 0.56 0.49
Hex C4 37 60 0 48 33 17 157 38 31
Octal 304 67 140 0 110 63 27 527 70 61
Binary 11000100 110111 1100000 0 1001000 110011 10111 101010111 111000 110001

Color Harmonies of #C43760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43760

Black with #C43760

Text Example


Text Example

White with #C43760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43760; }

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

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

background-color css

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

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

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

border-color css

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

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

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