Html Css Color HEX #C43855 Old Rose

📋 copy color: '#C43855'

red 196 ◦ green 56 ◦ blue 85

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

Shades of Old Rose #C43855

Tints of Old Rose #C43855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 58.16%
G = 16.62%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C43855 (or 0xC43855) is known color: Old Rose. HEX triplet: C4, 38 and 55. RGB value is (196,56,85). Sum of RGB (Red+Green+Blue) = 196+56+85=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C43855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43855 is #3BC7AA. Grayscale: #656565. Windows color (decimal): -3917739 or 5585092. OLE color: 5585092.

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

Color convert

RGB 196 56 85 -
CMYK 0 0.71 0.57 0.23
HSL 347.57º 0.56% 0.49% -
HSV(B) 347.57º 0.71% 0.77% -
XYZ 25.82 15.22 10.17 -
YUV 101.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 196 56 85 0 0.71 0.57 0.23 347.57 0.56 0.49
Hex C4 38 55 0 47 39 17 15C 38 31
Octal 304 70 125 0 107 71 27 534 70 61
Binary 11000100 111000 1010101 0 1000111 111001 10111 101011100 111000 110001

Color Harmonies of #C43855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43855

Black with #C43855

Text Example


Text Example

White with #C43855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43855; }

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

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

background-color css

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

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

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

border-color css

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

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

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