Html Css Color HEX #C43859 Old Rose

📋 copy color: '#C43859'

red 196 ◦ green 56 ◦ blue 89

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

Shades of Old Rose #C43859

Tints of Old Rose #C43859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.42%

 BLUE value IS 89 (35.16% from 255) = 26.1%

R = 57.48%
G = 16.42%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C43859 (or 0xC43859) is known color: Old Rose. HEX triplet: C4, 38 and 59. RGB value is (196,56,89). Sum of RGB (Red+Green+Blue) = 196+56+89=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C43859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43859 is #3BC7A6. Grayscale: #656565. Windows color (decimal): -3917735 or 5847236. OLE color: 5847236.

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

Color convert

RGB 196 56 89 -
CMYK 0 0.71 0.55 0.23
HSL 345.86º 0.56% 0.49% -
HSV(B) 345.86º 0.71% 0.77% -
XYZ 25.98 15.29 11.03 -
YUV 101.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 196 56 89 0 0.71 0.55 0.23 345.86 0.56 0.49
Hex C4 38 59 0 47 37 17 15A 38 31
Octal 304 70 131 0 107 67 27 532 70 61
Binary 11000100 111000 1011001 0 1000111 110111 10111 101011010 111000 110001

Color Harmonies of #C43859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43859

Black with #C43859

Text Example


Text Example

White with #C43859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43859; }

 p { color: rgb(196,56,89); }

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

background-color css

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

 a { background-color: rgb(196,56,89); }

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

border-color css

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

 span { border-color: rgb(196,56,89); }

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