Html Css Color HEX #C43E4A Old Rose

📋 copy color: '#C43E4A'

red 196 ◦ green 62 ◦ blue 74

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

Shades of Old Rose #C43E4A

Tints of Old Rose #C43E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 59.04%
G = 18.67%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C43E4A (or 0xC43E4A) is known color: Old Rose. HEX triplet: C4, 3E and 4A. RGB value is (196,62,74). Sum of RGB (Red+Green+Blue) = 196+62+74=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E4A is #3BC1B5. Grayscale: #676767. Windows color (decimal): -3916214 or 4865732. OLE color: 4865732.

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

Color convert

RGB 196 62 74 -
CMYK 0 0.68 0.62 0.23
HSL 354.63º 0.53% 0.51% -
HSV(B) 354.63º 0.68% 0.77% -
XYZ 25.72 15.68 8.15 -
YUV 103.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 196 62 74 0 0.68 0.62 0.23 354.63 0.53 0.51
Hex C4 3E 4A 0 44 3E 17 163 35 33
Octal 304 76 112 0 104 76 27 543 65 63
Binary 11000100 111110 1001010 0 1000100 111110 10111 101100011 110101 110011

Color Harmonies of #C43E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43E4A

Black with #C43E4A

Text Example


Text Example

White with #C43E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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