Html Css Color HEX #C44058 Old Rose

📋 copy color: '#C44058'

red 196 ◦ green 64 ◦ blue 88

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

Shades of Old Rose #C44058

Tints of Old Rose #C44058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.29%

R = 56.32%
G = 18.39%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C44058 (or 0xC44058) is known color: Old Rose. HEX triplet: C4, 40 and 58. RGB value is (196,64,88). Sum of RGB (Red+Green+Blue) = 196+64+88=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C44058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44058 is #3BBFA7. Grayscale: #6A6A6A. Windows color (decimal): -3915688 or 5783748. OLE color: 5783748.

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

Color convert

RGB 196 64 88 -
CMYK 0 0.67 0.55 0.23
HSL 349.09º 0.53% 0.51% -
HSV(B) 349.09º 0.67% 0.77% -
XYZ 26.36 16.11 10.95 -
YUV 106.2 117.73 192.05 -
System Red Green Blue C M Y K H S L
Decimal 196 64 88 0 0.67 0.55 0.23 349.09 0.53 0.51
Hex C4 40 58 0 43 37 17 15D 35 33
Octal 304 100 130 0 103 67 27 535 65 63
Binary 11000100 1000000 1011000 0 1000011 110111 10111 101011101 110101 110011

Color Harmonies of #C44058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44058

Black with #C44058

Text Example


Text Example

White with #C44058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44058; }

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

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

background-color css

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

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

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

border-color css

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

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

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