Html Css Color HEX #C43261 Old Rose

📋 copy color: '#C43261'

red 196 ◦ green 50 ◦ blue 97

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

Shades of Old Rose #C43261

Tints of Old Rose #C43261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

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

R = 57.14%
G = 14.58%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C43261 (or 0xC43261) is known color: Old Rose. HEX triplet: C4, 32 and 61. RGB value is (196,50,97). Sum of RGB (Red+Green+Blue) = 196+50+97=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C43261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43261 is #3BCD9E. Grayscale: #626262. Windows color (decimal): -3919263 or 6369988. OLE color: 6369988.

HSL color Cylindrical-coordinate representation of color #C43261: hue angle of 340.68º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43261 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 50 97 -
CMYK 0 0.74 0.51 0.23
HSL 340.68º 0.59% 0.48% -
HSV(B) 340.68º 0.74% 0.77% -
XYZ 26.06 14.88 12.81 -
YUV 99.01 126.87 197.18 -
System Red Green Blue C M Y K H S L
Decimal 196 50 97 0 0.74 0.51 0.23 340.68 0.59 0.48
Hex C4 32 61 0 4A 33 17 155 3B 30
Octal 304 62 141 0 112 63 27 525 73 60
Binary 11000100 110010 1100001 0 1001010 110011 10111 101010101 111011 110000

Color Harmonies of #C43261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43261

Black with #C43261

Text Example


Text Example

White with #C43261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43261; }

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

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

background-color css

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

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

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

border-color css

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

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

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