Html Css Color HEX #C44057 Old Rose

📋 copy color: '#C44057'

red 196 ◦ green 64 ◦ blue 87

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

Shades of Old Rose #C44057

Tints of Old Rose #C44057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.07%

R = 56.48%
G = 18.44%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C44057 (or 0xC44057) is known color: Old Rose. HEX triplet: C4, 40 and 57. RGB value is (196,64,87). Sum of RGB (Red+Green+Blue) = 196+64+87=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C44057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44057 is #3BBFA8. Grayscale: #6A6A6A. Windows color (decimal): -3915689 or 5718212. OLE color: 5718212.

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

Color convert

RGB 196 64 87 -
CMYK 0 0.67 0.56 0.23
HSL 349.55º 0.53% 0.51% -
HSV(B) 349.55º 0.67% 0.77% -
XYZ 26.32 16.09 10.74 -
YUV 106.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 196 64 87 0 0.67 0.56 0.23 349.55 0.53 0.51
Hex C4 40 57 0 43 38 17 15E 35 33
Octal 304 100 127 0 103 70 27 536 65 63
Binary 11000100 1000000 1010111 0 1000011 111000 10111 101011110 110101 110011

Color Harmonies of #C44057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44057

Black with #C44057

Text Example


Text Example

White with #C44057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44057; }

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

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

background-color css

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

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

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

border-color css

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

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

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