Html Css Color HEX #C43858 Old Rose

📋 copy color: '#C43858'

red 196 ◦ green 56 ◦ blue 88

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

Shades of Old Rose #C43858

Tints of Old Rose #C43858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.88%

R = 57.65%
G = 16.47%
B = 25.88%

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

#C43858 (or 0xC43858) is known color: Old Rose. HEX triplet: C4, 38 and 58. RGB value is (196,56,88). Sum of RGB (Red+Green+Blue) = 196+56+88=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C43858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43858 is #3BC7A7. Grayscale: #656565. Windows color (decimal): -3917736 or 5781700. OLE color: 5781700.

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

Color convert

RGB 196 56 88 -
CMYK 0 0.71 0.55 0.23
HSL 346.29º 0.56% 0.49% -
HSV(B) 346.29º 0.71% 0.77% -
XYZ 25.94 15.27 10.81 -
YUV 101.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 196 56 88 0 0.71 0.55 0.23 346.29 0.56 0.49
Hex C4 38 58 0 47 37 17 15A 38 31
Octal 304 70 130 0 107 67 27 532 70 61
Binary 11000100 111000 1011000 0 1000111 110111 10111 101011010 111000 110001

Color Harmonies of #C43858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43858

Black with #C43858

Text Example


Text Example

White with #C43858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43858; }

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

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

background-color css

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

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

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

border-color css

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

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

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