Html Css Color HEX #C44055 Old Rose

📋 copy color: '#C44055'

red 196 ◦ green 64 ◦ blue 85

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

Shades of Old Rose #C44055

Tints of Old Rose #C44055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.55%

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

R = 56.81%
G = 18.55%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C44055 (or 0xC44055) is known color: Old Rose. HEX triplet: C4, 40 and 55. RGB value is (196,64,85). Sum of RGB (Red+Green+Blue) = 196+64+85=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C44055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44055 is #3BBFAA. Grayscale: #696969. Windows color (decimal): -3915691 or 5587140. OLE color: 5587140.

HSL color Cylindrical-coordinate representation of color #C44055: hue angle of 350.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44055 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 64 85 -
CMYK 0 0.67 0.57 0.23
HSL 350.45º 0.53% 0.51% -
HSV(B) 350.45º 0.67% 0.77% -
XYZ 26.24 16.06 10.31 -
YUV 105.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 196 64 85 0 0.67 0.57 0.23 350.45 0.53 0.51
Hex C4 40 55 0 43 39 17 15E 35 33
Octal 304 100 125 0 103 71 27 536 65 63
Binary 11000100 1000000 1010101 0 1000011 111001 10111 101011110 110101 110011

Color Harmonies of #C44055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44055

Black with #C44055

Text Example


Text Example

White with #C44055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44055; }

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

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

background-color css

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

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

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

border-color css

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

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

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