Html Css Color HEX #C43952 Old Rose

📋 copy color: '#C43952'

red 196 ◦ green 57 ◦ blue 82

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

Shades of Old Rose #C43952

Tints of Old Rose #C43952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.01%

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 58.51%
G = 17.01%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C43952 (or 0xC43952) is known color: Old Rose. HEX triplet: C4, 39 and 52. RGB value is (196,57,82). Sum of RGB (Red+Green+Blue) = 196+57+82=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C43952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43952 is #3BC6AD. Grayscale: #656565. Windows color (decimal): -3917486 or 5388740. OLE color: 5388740.

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

Color convert

RGB 196 57 82 -
CMYK 0 0.71 0.58 0.23
HSL 349.21º 0.55% 0.5% -
HSV(B) 349.21º 0.71% 0.77% -
XYZ 25.75 15.27 9.57 -
YUV 101.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 196 57 82 0 0.71 0.58 0.23 349.21 0.55 0.5
Hex C4 39 52 0 47 3A 17 15D 37 32
Octal 304 71 122 0 107 72 27 535 67 62
Binary 11000100 111001 1010010 0 1000111 111010 10111 101011101 110111 110010

Color Harmonies of #C43952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43952

Black with #C43952

Text Example


Text Example

White with #C43952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43952; }

 p { color: rgb(196,57,82); }

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

background-color css

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

 a { background-color: rgb(196,57,82); }

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

border-color css

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

 span { border-color: rgb(196,57,82); }

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