Html Css Color HEX #C44051 Old Rose

📋 copy color: '#C44051'

red 196 ◦ green 64 ◦ blue 81

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

Shades of Old Rose #C44051

Tints of Old Rose #C44051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.75%

R = 57.48%
G = 18.77%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C44051 (or 0xC44051) is known color: Old Rose. HEX triplet: C4, 40 and 51. RGB value is (196,64,81). Sum of RGB (Red+Green+Blue) = 196+64+81=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C44051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44051 is #3BBFAE. Grayscale: #696969. Windows color (decimal): -3915695 or 5324996. OLE color: 5324996.

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

Color convert

RGB 196 64 81 -
CMYK 0 0.67 0.59 0.23
HSL 352.27º 0.53% 0.51% -
HSV(B) 352.27º 0.67% 0.77% -
XYZ 26.08 16 9.5 -
YUV 105.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 196 64 81 0 0.67 0.59 0.23 352.27 0.53 0.51
Hex C4 40 51 0 43 3B 17 160 35 33
Octal 304 100 121 0 103 73 27 540 65 63
Binary 11000100 1000000 1010001 0 1000011 111011 10111 101100000 110101 110011

Color Harmonies of #C44051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44051

Black with #C44051

Text Example


Text Example

White with #C44051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44051; }

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

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

background-color css

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

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

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

border-color css

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

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

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