Html Css Color HEX #C43763 Old Rose

📋 copy color: '#C43763'

red 196 ◦ green 55 ◦ blue 99

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

Shades of Old Rose #C43763

Tints of Old Rose #C43763

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

 BLUE value IS 99 (39.06% from 255) = 28.29%

R = 56%
G = 15.71%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C43763 (or 0xC43763) is known color: Old Rose. HEX triplet: C4, 37 and 63. RGB value is (196,55,99). Sum of RGB (Red+Green+Blue) = 196+55+99=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C43763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43763 is #3BC89C. Grayscale: #666666. Windows color (decimal): -3917981 or 6502340. OLE color: 6502340.

HSL color Cylindrical-coordinate representation of color #C43763: hue angle of 341.28º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43763 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 55 99 -
CMYK 0 0.72 0.49 0.23
HSL 341.28º 0.56% 0.49% -
HSV(B) 341.28º 0.72% 0.77% -
XYZ 26.38 15.37 13.38 -
YUV 102.18 126.21 194.92 -
System Red Green Blue C M Y K H S L
Decimal 196 55 99 0 0.72 0.49 0.23 341.28 0.56 0.49
Hex C4 37 63 0 48 31 17 155 38 31
Octal 304 67 143 0 110 61 27 525 70 61
Binary 11000100 110111 1100011 0 1001000 110001 10111 101010101 111000 110001

Color Harmonies of #C43763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43763

Black with #C43763

Text Example


Text Example

White with #C43763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43763; }

 p { color: rgb(196,55,99); }

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

background-color css

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

 a { background-color: rgb(196,55,99); }

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

border-color css

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

 span { border-color: rgb(196,55,99); }

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