Html Css Color HEX #C43853 Old Rose

📋 copy color: '#C43853'

red 196 ◦ green 56 ◦ blue 83

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

Shades of Old Rose #C43853

Tints of Old Rose #C43853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.78%

R = 58.51%
G = 16.72%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C43853 (or 0xC43853) is known color: Old Rose. HEX triplet: C4, 38 and 53. RGB value is (196,56,83). Sum of RGB (Red+Green+Blue) = 196+56+83=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C43853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43853 is #3BC7AC. Grayscale: #646464. Windows color (decimal): -3917741 or 5454020. OLE color: 5454020.

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

Color convert

RGB 196 56 83 -
CMYK 0 0.71 0.58 0.23
HSL 348.43º 0.56% 0.49% -
HSV(B) 348.43º 0.71% 0.77% -
XYZ 25.74 15.19 9.76 -
YUV 100.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 196 56 83 0 0.71 0.58 0.23 348.43 0.56 0.49
Hex C4 38 53 0 47 3A 17 15C 38 31
Octal 304 70 123 0 107 72 27 534 70 61
Binary 11000100 111000 1010011 0 1000111 111010 10111 101011100 111000 110001

Color Harmonies of #C43853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43853

Black with #C43853

Text Example


Text Example

White with #C43853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43853; }

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

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

background-color css

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

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

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

border-color css

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

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

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