Html Css Color HEX #C43B55 Old Rose

📋 copy color: '#C43B55'

red 196 ◦ green 59 ◦ blue 85

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

Shades of Old Rose #C43B55

Tints of Old Rose #C43B55

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.35%

 BLUE value IS 85 (33.59% from 255) = 25%

R = 57.65%
G = 17.35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C43B55 (or 0xC43B55) is known color: Old Rose. HEX triplet: C4, 3B and 55. RGB value is (196,59,85). Sum of RGB (Red+Green+Blue) = 196+59+85=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43B55 is #3BC4AA. Grayscale: #666666. Windows color (decimal): -3916971 or 5585860. OLE color: 5585860.

HSL color Cylindrical-coordinate representation of color #C43B55: hue angle of 348.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43B55 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 59 85 -
CMYK 0 0.70 0.57 0.23
HSL 348.61º 0.54% 0.5% -
HSV(B) 348.61º 0.7% 0.77% -
XYZ 25.97 15.52 10.22 -
YUV 102.93 117.89 194.39 -
System Red Green Blue C M Y K H S L
Decimal 196 59 85 0 0.70 0.57 0.23 348.61 0.54 0.5
Hex C4 3B 55 0 46 39 17 15D 36 32
Octal 304 73 125 0 106 71 27 535 66 62
Binary 11000100 111011 1010101 0 1000110 111001 10111 101011101 110110 110010

Color Harmonies of #C43B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43B55

Black with #C43B55

Text Example


Text Example

White with #C43B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43B55; }

 p { color: rgb(196,59,85); }

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

background-color css

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

 a { background-color: rgb(196,59,85); }

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

border-color css

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

 span { border-color: rgb(196,59,85); }

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