Html Css Color HEX #C43856 Old Rose

📋 copy color: '#C43856'

red 196 ◦ green 56 ◦ blue 86

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

Shades of Old Rose #C43856

Tints of Old Rose #C43856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.44%

R = 57.99%
G = 16.57%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C43856 (or 0xC43856) is known color: Old Rose. HEX triplet: C4, 38 and 56. RGB value is (196,56,86). Sum of RGB (Red+Green+Blue) = 196+56+86=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C43856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43856 is #3BC7A9. Grayscale: #656565. Windows color (decimal): -3917738 or 5650628. OLE color: 5650628.

HSL color Cylindrical-coordinate representation of color #C43856: hue angle of 347.14º 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 #C43856 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 56 86 -
CMYK 0 0.71 0.56 0.23
HSL 347.14º 0.56% 0.49% -
HSV(B) 347.14º 0.71% 0.77% -
XYZ 25.86 15.24 10.38 -
YUV 101.28 119.38 195.56 -
System Red Green Blue C M Y K H S L
Decimal 196 56 86 0 0.71 0.56 0.23 347.14 0.56 0.49
Hex C4 38 56 0 47 38 17 15B 38 31
Octal 304 70 126 0 107 70 27 533 70 61
Binary 11000100 111000 1010110 0 1000111 111000 10111 101011011 111000 110001

Color Harmonies of #C43856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43856

Black with #C43856

Text Example


Text Example

White with #C43856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43856; }

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

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

background-color css

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

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

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

border-color css

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

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

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