Html Css Color HEX #C43650 Old Rose

📋 copy color: '#C43650'

red 196 ◦ green 54 ◦ blue 80

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

Shades of Old Rose #C43650

Tints of Old Rose #C43650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 59.39%
G = 16.36%
B = 24.24%

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

#C43650 (or 0xC43650) is known color: Old Rose. HEX triplet: C4, 36 and 50. RGB value is (196,54,80). Sum of RGB (Red+Green+Blue) = 196+54+80=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C43650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43650 is #3BC9AF. Grayscale: #636363. Windows color (decimal): -3918256 or 5256900. OLE color: 5256900.

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

Color convert

RGB 196 54 80 -
CMYK 0 0.72 0.59 0.23
HSL 349.01º 0.57% 0.49% -
HSV(B) 349.01º 0.72% 0.77% -
XYZ 25.53 14.95 9.13 -
YUV 99.42 117.04 196.89 -
System Red Green Blue C M Y K H S L
Decimal 196 54 80 0 0.72 0.59 0.23 349.01 0.57 0.49
Hex C4 36 50 0 48 3B 17 15D 39 31
Octal 304 66 120 0 110 73 27 535 71 61
Binary 11000100 110110 1010000 0 1001000 111011 10111 101011101 111001 110001

Color Harmonies of #C43650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43650

Black with #C43650

Text Example


Text Example

White with #C43650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43650; }

 p { color: rgb(196,54,80); }

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

background-color css

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

 a { background-color: rgb(196,54,80); }

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

border-color css

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

 span { border-color: rgb(196,54,80); }

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