Html Css Color HEX #C43E5A Old Rose

📋 copy color: '#C43E5A'

red 196 ◦ green 62 ◦ blue 90

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

Shades of Old Rose #C43E5A

Tints of Old Rose #C43E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.82%

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

R = 56.32%
G = 17.82%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C43E5A (or 0xC43E5A) is known color: Old Rose. HEX triplet: C4, 3E and 5A. RGB value is (196,62,90). Sum of RGB (Red+Green+Blue) = 196+62+90=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43E5A is #3BC1A5. Grayscale: #696969. Windows color (decimal): -3916198 or 5914308. OLE color: 5914308.

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

Color convert

RGB 196 62 90 -
CMYK 0 0.68 0.54 0.23
HSL 347.46º 0.53% 0.51% -
HSV(B) 347.46º 0.68% 0.77% -
XYZ 26.33 15.92 11.36 -
YUV 105.26 119.39 192.72 -
System Red Green Blue C M Y K H S L
Decimal 196 62 90 0 0.68 0.54 0.23 347.46 0.53 0.51
Hex C4 3E 5A 0 44 36 17 15B 35 33
Octal 304 76 132 0 104 66 27 533 65 63
Binary 11000100 111110 1011010 0 1000100 110110 10111 101011011 110101 110011

Color Harmonies of #C43E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43E5A

Black with #C43E5A

Text Example


Text Example

White with #C43E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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