Html Css Color HEX #C4355B Old Rose

📋 copy color: '#C4355B'

red 196 ◦ green 53 ◦ blue 91

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

Shades of Old Rose #C4355B

Tints of Old Rose #C4355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.76%

R = 57.65%
G = 15.59%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4355B (or 0xC4355B) is known color: Old Rose. HEX triplet: C4, 35 and 5B. RGB value is (196,53,91). Sum of RGB (Red+Green+Blue) = 196+53+91=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4355B is #3BCAA4. Grayscale: #646464. Windows color (decimal): -3918501 or 5977540. OLE color: 5977540.

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

Color convert

RGB 196 53 91 -
CMYK 0 0.73 0.54 0.23
HSL 344.06º 0.57% 0.49% -
HSV(B) 344.06º 0.73% 0.77% -
XYZ 25.93 15.04 11.43 -
YUV 100.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 196 53 91 0 0.73 0.54 0.23 344.06 0.57 0.49
Hex C4 35 5B 0 49 36 17 158 39 31
Octal 304 65 133 0 111 66 27 530 71 61
Binary 11000100 110101 1011011 0 1001001 110110 10111 101011000 111001 110001

Color Harmonies of #C4355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4355B

Black with #C4355B

Text Example


Text Example

White with #C4355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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