Html Css Color HEX #C43751 Old Rose

📋 copy color: '#C43751'

red 196 ◦ green 55 ◦ blue 81

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

Shades of Old Rose #C43751

Tints of Old Rose #C43751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.4%

R = 59.04%
G = 16.57%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C43751 (or 0xC43751) is known color: Old Rose. HEX triplet: C4, 37 and 51. RGB value is (196,55,81). Sum of RGB (Red+Green+Blue) = 196+55+81=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C43751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43751 is #3BC8AE. Grayscale: #646464. Windows color (decimal): -3917999 or 5322692. OLE color: 5322692.

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

Color convert

RGB 196 55 81 -
CMYK 0 0.72 0.59 0.23
HSL 348.94º 0.56% 0.49% -
HSV(B) 348.94º 0.72% 0.77% -
XYZ 25.62 15.06 9.34 -
YUV 100.12 117.21 196.39 -
System Red Green Blue C M Y K H S L
Decimal 196 55 81 0 0.72 0.59 0.23 348.94 0.56 0.49
Hex C4 37 51 0 48 3B 17 15D 38 31
Octal 304 67 121 0 110 73 27 535 70 61
Binary 11000100 110111 1010001 0 1001000 111011 10111 101011101 111000 110001

Color Harmonies of #C43751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43751

Black with #C43751

Text Example


Text Example

White with #C43751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43751; }

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

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

background-color css

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

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

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

border-color css

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

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

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