Html Css Color HEX #C43B4F Old Rose

📋 copy color: '#C43B4F'

red 196 ◦ green 59 ◦ blue 79

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

Shades of Old Rose #C43B4F

Tints of Old Rose #C43B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 58.68%
G = 17.66%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C43B4F (or 0xC43B4F) is known color: Old Rose. HEX triplet: C4, 3B and 4F. RGB value is (196,59,79). Sum of RGB (Red+Green+Blue) = 196+59+79=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43B4F is #3BC4B0. Grayscale: #666666. Windows color (decimal): -3916977 or 5192644. OLE color: 5192644.

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

Color convert

RGB 196 59 79 -
CMYK 0 0.70 0.60 0.23
HSL 351.24º 0.54% 0.5% -
HSV(B) 351.24º 0.7% 0.77% -
XYZ 25.74 15.43 9.02 -
YUV 102.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 196 59 79 0 0.70 0.60 0.23 351.24 0.54 0.5
Hex C4 3B 4F 0 46 3C 17 15F 36 32
Octal 304 73 117 0 106 74 27 537 66 62
Binary 11000100 111011 1001111 0 1000110 111100 10111 101011111 110110 110010

Color Harmonies of #C43B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43B4F

Black with #C43B4F

Text Example


Text Example

White with #C43B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43B4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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