Html Css Color HEX #C43D5A Old Rose

📋 copy color: '#C43D5A'

red 196 ◦ green 61 ◦ blue 90

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

Shades of Old Rose #C43D5A

Tints of Old Rose #C43D5A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.58%

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 56.48%
G = 17.58%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C43D5A (or 0xC43D5A) is known color: Old Rose. HEX triplet: C4, 3D and 5A. RGB value is (196,61,90). Sum of RGB (Red+Green+Blue) = 196+61+90=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D5A is #3BC2A5. Grayscale: #686868. Windows color (decimal): -3916454 or 5914052. OLE color: 5914052.

HSL color Cylindrical-coordinate representation of color #C43D5A: hue angle of 347.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43D5A is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 61 90 -
CMYK 0 0.69 0.54 0.23
HSL 347.11º 0.53% 0.5% -
HSV(B) 347.11º 0.69% 0.77% -
XYZ 26.28 15.81 11.34 -
YUV 104.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 196 61 90 0 0.69 0.54 0.23 347.11 0.53 0.5
Hex C4 3D 5A 0 45 36 17 15B 35 32
Octal 304 75 132 0 105 66 27 533 65 62
Binary 11000100 111101 1011010 0 1000101 110110 10111 101011011 110101 110010

Color Harmonies of #C43D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43D5A

Black with #C43D5A

Text Example


Text Example

White with #C43D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43D5A; }

 p { color: rgb(196,61,90); }

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

background-color css

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

 a { background-color: rgb(196,61,90); }

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

border-color css

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

 span { border-color: rgb(196,61,90); }

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