Html Css Color HEX #C43961 Old Rose

📋 copy color: '#C43961'

red 196 ◦ green 57 ◦ blue 97

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

Shades of Old Rose #C43961

Tints of Old Rose #C43961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.71%

R = 56%
G = 16.29%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C43961 (or 0xC43961) is known color: Old Rose. HEX triplet: C4, 39 and 61. RGB value is (196,57,97). Sum of RGB (Red+Green+Blue) = 196+57+97=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C43961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43961 is #3BC69E. Grayscale: #676767. Windows color (decimal): -3917471 or 6371780. OLE color: 6371780.

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

Color convert

RGB 196 57 97 -
CMYK 0 0.71 0.51 0.23
HSL 342.73º 0.55% 0.5% -
HSV(B) 342.73º 0.71% 0.77% -
XYZ 26.39 15.53 12.92 -
YUV 103.12 124.55 194.25 -
System Red Green Blue C M Y K H S L
Decimal 196 57 97 0 0.71 0.51 0.23 342.73 0.55 0.5
Hex C4 39 61 0 47 33 17 157 37 32
Octal 304 71 141 0 107 63 27 527 67 62
Binary 11000100 111001 1100001 0 1000111 110011 10111 101010111 110111 110010

Color Harmonies of #C43961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43961

Black with #C43961

Text Example


Text Example

White with #C43961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43961; }

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

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

background-color css

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

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

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

border-color css

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

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

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