Html Css Color HEX #C44052 Old Rose

📋 copy color: '#C44052'

red 196 ◦ green 64 ◦ blue 82

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

Shades of Old Rose #C44052

Tints of Old Rose #C44052

RGB

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

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

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

R = 57.31%
G = 18.71%
B = 23.98%

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

#C44052 (or 0xC44052) is known color: Old Rose. HEX triplet: C4, 40 and 52. RGB value is (196,64,82). Sum of RGB (Red+Green+Blue) = 196+64+82=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C44052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44052 is #3BBFAD. Grayscale: #696969. Windows color (decimal): -3915694 or 5390532. OLE color: 5390532.

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

Color convert

RGB 196 64 82 -
CMYK 0 0.67 0.58 0.23
HSL 351.82º 0.53% 0.51% -
HSV(B) 351.82º 0.67% 0.77% -
XYZ 26.12 16.01 9.7 -
YUV 105.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 196 64 82 0 0.67 0.58 0.23 351.82 0.53 0.51
Hex C4 40 52 0 43 3A 17 160 35 33
Octal 304 100 122 0 103 72 27 540 65 63
Binary 11000100 1000000 1010010 0 1000011 111010 10111 101100000 110101 110011

Color Harmonies of #C44052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44052

Black with #C44052

Text Example


Text Example

White with #C44052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44052; }

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

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

background-color css

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

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

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

border-color css

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

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

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