Html Css Color HEX #C43153 Old Rose

📋 copy color: '#C43153'

red 196 ◦ green 49 ◦ blue 83

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

Shades of Old Rose #C43153

Tints of Old Rose #C43153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

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

R = 59.76%
G = 14.94%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C43153 (or 0xC43153) is known color: Old Rose. HEX triplet: C4, 31 and 53. RGB value is (196,49,83). Sum of RGB (Red+Green+Blue) = 196+49+83=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C43153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43153 is #3BCEAC. Grayscale: #606060. Windows color (decimal): -3919533 or 5452228. OLE color: 5452228.

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

Color convert

RGB 196 49 83 -
CMYK 0 0.75 0.58 0.23
HSL 346.12º 0.6% 0.48% -
HSV(B) 346.12º 0.75% 0.77% -
XYZ 25.42 14.56 9.65 -
YUV 96.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 196 49 83 0 0.75 0.58 0.23 346.12 0.6 0.48
Hex C4 31 53 0 4B 3A 17 15A 3C 30
Octal 304 61 123 0 113 72 27 532 74 60
Binary 11000100 110001 1010011 0 1001011 111010 10111 101011010 111100 110000

Color Harmonies of #C43153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43153

Black with #C43153

Text Example


Text Example

White with #C43153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43153; }

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

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

background-color css

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

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

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

border-color css

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

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

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