Html Css Color HEX #C43851 Old Rose

📋 copy color: '#C43851'

red 196 ◦ green 56 ◦ blue 81

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

Shades of Old Rose #C43851

Tints of Old Rose #C43851

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

 BLUE value IS 81 (32.03% from 255) = 24.32%

R = 58.86%
G = 16.82%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C43851 (or 0xC43851) is known color: Old Rose. HEX triplet: C4, 38 and 51. RGB value is (196,56,81). Sum of RGB (Red+Green+Blue) = 196+56+81=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C43851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43851 is #3BC7AE. Grayscale: #646464. Windows color (decimal): -3917743 or 5322948. OLE color: 5322948.

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

Color convert

RGB 196 56 81 -
CMYK 0 0.71 0.59 0.23
HSL 349.29º 0.56% 0.49% -
HSV(B) 349.29º 0.71% 0.77% -
XYZ 25.66 15.16 9.36 -
YUV 100.71 116.88 195.97 -
System Red Green Blue C M Y K H S L
Decimal 196 56 81 0 0.71 0.59 0.23 349.29 0.56 0.49
Hex C4 38 51 0 47 3B 17 15D 38 31
Octal 304 70 121 0 107 73 27 535 70 61
Binary 11000100 111000 1010001 0 1000111 111011 10111 101011101 111000 110001

Color Harmonies of #C43851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43851

Black with #C43851

Text Example


Text Example

White with #C43851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43851; }

 p { color: rgb(196,56,81); }

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

background-color css

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

 a { background-color: rgb(196,56,81); }

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

border-color css

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

 span { border-color: rgb(196,56,81); }

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