Html Css Color HEX #C43756 Old Rose

📋 copy color: '#C43756'

red 196 ◦ green 55 ◦ blue 86

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

Shades of Old Rose #C43756

Tints of Old Rose #C43756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.52%

R = 58.16%
G = 16.32%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C43756 (or 0xC43756) is known color: Old Rose. HEX triplet: C4, 37 and 56. RGB value is (196,55,86). Sum of RGB (Red+Green+Blue) = 196+55+86=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C43756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43756 is #3BC8A9. Grayscale: #646464. Windows color (decimal): -3917994 or 5650372. OLE color: 5650372.

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

Color convert

RGB 196 55 86 -
CMYK 0 0.72 0.56 0.23
HSL 346.81º 0.56% 0.49% -
HSV(B) 346.81º 0.72% 0.77% -
XYZ 25.81 15.14 10.37 -
YUV 100.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 196 55 86 0 0.72 0.56 0.23 346.81 0.56 0.49
Hex C4 37 56 0 48 38 17 15B 38 31
Octal 304 67 126 0 110 70 27 533 70 61
Binary 11000100 110111 1010110 0 1001000 111000 10111 101011011 111000 110001

Color Harmonies of #C43756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43756

Black with #C43756

Text Example


Text Example

White with #C43756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43756; }

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

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

background-color css

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

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

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

border-color css

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

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

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