Html Css Color HEX #C44150 Old Rose

📋 copy color: '#C44150'

red 196 ◦ green 65 ◦ blue 80

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

Shades of Old Rose #C44150

Tints of Old Rose #C44150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.06%

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 57.48%
G = 19.06%
B = 23.46%

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

#C44150 (or 0xC44150) is known color: Old Rose. HEX triplet: C4, 41 and 50. RGB value is (196,65,80). Sum of RGB (Red+Green+Blue) = 196+65+80=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C44150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44150 is #3BBEAF. Grayscale: #696969. Windows color (decimal): -3915440 or 5259716. OLE color: 5259716.

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

Color convert

RGB 196 65 80 -
CMYK 0 0.67 0.59 0.23
HSL 353.13º 0.53% 0.51% -
HSV(B) 353.13º 0.67% 0.77% -
XYZ 26.1 16.1 9.32 -
YUV 105.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 196 65 80 0 0.67 0.59 0.23 353.13 0.53 0.51
Hex C4 41 50 0 43 3B 17 161 35 33
Octal 304 101 120 0 103 73 27 541 65 63
Binary 11000100 1000001 1010000 0 1000011 111011 10111 101100001 110101 110011

Color Harmonies of #C44150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44150

Black with #C44150

Text Example


Text Example

White with #C44150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44150; }

 p { color: rgb(196,65,80); }

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

background-color css

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

 a { background-color: rgb(196,65,80); }

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

border-color css

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

 span { border-color: rgb(196,65,80); }

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