Html Css Color HEX #C43256 Old Rose

📋 copy color: '#C43256'

red 196 ◦ green 50 ◦ blue 86

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

Shades of Old Rose #C43256

Tints of Old Rose #C43256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

 BLUE value IS 86 (33.98% from 255) = 25.9%

R = 59.04%
G = 15.06%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C43256 (or 0xC43256) is known color: Old Rose. HEX triplet: C4, 32 and 56. RGB value is (196,50,86). Sum of RGB (Red+Green+Blue) = 196+50+86=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C43256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43256 is #3BCDA9. Grayscale: #616161. Windows color (decimal): -3919274 or 5649092. OLE color: 5649092.

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

Color convert

RGB 196 50 86 -
CMYK 0 0.74 0.56 0.23
HSL 345.21º 0.59% 0.48% -
HSV(B) 345.21º 0.74% 0.77% -
XYZ 25.59 14.69 10.29 -
YUV 97.76 121.37 198.07 -
System Red Green Blue C M Y K H S L
Decimal 196 50 86 0 0.74 0.56 0.23 345.21 0.59 0.48
Hex C4 32 56 0 4A 38 17 159 3B 30
Octal 304 62 126 0 112 70 27 531 73 60
Binary 11000100 110010 1010110 0 1001010 111000 10111 101011001 111011 110000

Color Harmonies of #C43256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43256

Black with #C43256

Text Example


Text Example

White with #C43256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43256; }

 p { color: rgb(196,50,86); }

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

background-color css

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

 a { background-color: rgb(196,50,86); }

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

border-color css

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

 span { border-color: rgb(196,50,86); }

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