Html Css Color HEX #C44152 Old Rose

📋 copy color: '#C44152'

red 196 ◦ green 65 ◦ blue 82

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

Shades of Old Rose #C44152

Tints of Old Rose #C44152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.91%

R = 57.14%
G = 18.95%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C44152 (or 0xC44152) is known color: Old Rose. HEX triplet: C4, 41 and 52. RGB value is (196,65,82). Sum of RGB (Red+Green+Blue) = 196+65+82=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C44152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44152 is #3BBEAD. Grayscale: #6A6A6A. Windows color (decimal): -3915438 or 5390788. OLE color: 5390788.

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

Color convert

RGB 196 65 82 -
CMYK 0 0.67 0.58 0.23
HSL 352.21º 0.53% 0.51% -
HSV(B) 352.21º 0.67% 0.77% -
XYZ 26.18 16.13 9.72 -
YUV 106.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 196 65 82 0 0.67 0.58 0.23 352.21 0.53 0.51
Hex C4 41 52 0 43 3A 17 160 35 33
Octal 304 101 122 0 103 72 27 540 65 63
Binary 11000100 1000001 1010010 0 1000011 111010 10111 101100000 110101 110011

Color Harmonies of #C44152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44152

Black with #C44152

Text Example


Text Example

White with #C44152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44152; }

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

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

background-color css

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

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

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

border-color css

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

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

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