Html Css Color HEX #C43562 Old Rose

📋 copy color: '#C43562'

red 196 ◦ green 53 ◦ blue 98

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

Shades of Old Rose #C43562

Tints of Old Rose #C43562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.27%

 BLUE value IS 98 (38.67% from 255) = 28.24%

R = 56.48%
G = 15.27%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C43562 (or 0xC43562) is known color: Old Rose. HEX triplet: C4, 35 and 62. RGB value is (196,53,98). Sum of RGB (Red+Green+Blue) = 196+53+98=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C43562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43562 is #3BCA9D. Grayscale: #646464. Windows color (decimal): -3918494 or 6436292. OLE color: 6436292.

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

Color convert

RGB 196 53 98 -
CMYK 0 0.73 0.5 0.23
HSL 341.12º 0.57% 0.49% -
HSV(B) 341.12º 0.73% 0.77% -
XYZ 26.24 15.16 13.1 -
YUV 100.89 126.38 195.84 -
System Red Green Blue C M Y K H S L
Decimal 196 53 98 0 0.73 0.5 0.23 341.12 0.57 0.49
Hex C4 35 62 0 49 32 17 155 39 31
Octal 304 65 142 0 111 62 27 525 71 61
Binary 11000100 110101 1100010 0 1001001 110010 10111 101010101 111001 110001

Color Harmonies of #C43562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43562

Black with #C43562

Text Example


Text Example

White with #C43562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43562; }

 p { color: rgb(196,53,98); }

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

background-color css

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

 a { background-color: rgb(196,53,98); }

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

border-color css

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

 span { border-color: rgb(196,53,98); }

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