Html Css Color HEX #C43163 Old Rose

📋 copy color: '#C43163'

red 196 ◦ green 49 ◦ blue 99

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

Shades of Old Rose #C43163

Tints of Old Rose #C43163

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.24%

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

R = 56.98%
G = 14.24%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C43163 (or 0xC43163) is known color: Old Rose. HEX triplet: C4, 31 and 63. RGB value is (196,49,99). Sum of RGB (Red+Green+Blue) = 196+49+99=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C43163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43163 is #3BCE9C. Grayscale: #626262. Windows color (decimal): -3919517 or 6500804. OLE color: 6500804.

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

Color convert

RGB 196 49 99 -
CMYK 0 0.75 0.49 0.23
HSL 339.59º 0.6% 0.48% -
HSV(B) 339.59º 0.75% 0.77% -
XYZ 26.12 14.83 13.29 -
YUV 98.65 128.2 197.43 -
System Red Green Blue C M Y K H S L
Decimal 196 49 99 0 0.75 0.49 0.23 339.59 0.6 0.48
Hex C4 31 63 0 4B 31 17 154 3C 30
Octal 304 61 143 0 113 61 27 524 74 60
Binary 11000100 110001 1100011 0 1001011 110001 10111 101010100 111100 110000

Color Harmonies of #C43163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43163

Black with #C43163

Text Example


Text Example

White with #C43163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43163; }

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

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

background-color css

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

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

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

border-color css

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

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

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