Html Css Color HEX #C44054 Old Rose

📋 copy color: '#C44054'

red 196 ◦ green 64 ◦ blue 84

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

Shades of Old Rose #C44054

Tints of Old Rose #C44054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.42%

R = 56.98%
G = 18.6%
B = 24.42%

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

#C44054 (or 0xC44054) is known color: Old Rose. HEX triplet: C4, 40 and 54. RGB value is (196,64,84). Sum of RGB (Red+Green+Blue) = 196+64+84=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C44054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44054 is #3BBFAB. Grayscale: #696969. Windows color (decimal): -3915692 or 5521604. OLE color: 5521604.

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

Color convert

RGB 196 64 84 -
CMYK 0 0.67 0.57 0.23
HSL 350.91º 0.53% 0.51% -
HSV(B) 350.91º 0.67% 0.77% -
XYZ 26.2 16.04 10.1 -
YUV 105.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 196 64 84 0 0.67 0.57 0.23 350.91 0.53 0.51
Hex C4 40 54 0 43 39 17 15F 35 33
Octal 304 100 124 0 103 71 27 537 65 63
Binary 11000100 1000000 1010100 0 1000011 111001 10111 101011111 110101 110011

Color Harmonies of #C44054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44054

Black with #C44054

Text Example


Text Example

White with #C44054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44054; }

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

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

background-color css

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

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

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

border-color css

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

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

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