Html Css Color HEX #C42055 Old Rose

📋 copy color: '#C42055'

red 196 ◦ green 32 ◦ blue 85

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

Shades of Old Rose #C42055

Tints of Old Rose #C42055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.22%

 BLUE value IS 85 (33.59% from 255) = 27.16%

R = 62.62%
G = 10.22%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C42055 (or 0xC42055) is known color: Old Rose. HEX triplet: C4, 20 and 55. RGB value is (196,32,85). Sum of RGB (Red+Green+Blue) = 196+32+85=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C42055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42055 is #3BDFAA. Grayscale: #575757. Windows color (decimal): -3923883 or 5578948. OLE color: 5578948.

HSL color Cylindrical-coordinate representation of color #C42055: hue angle of 340.61º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42055 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 85 -
CMYK 0 0.84 0.57 0.23
HSL 340.61º 0.72% 0.45% -
HSV(B) 340.61º 0.84% 0.77% -
XYZ 24.92 13.42 9.87 -
YUV 87.08 126.83 205.69 -
System Red Green Blue C M Y K H S L
Decimal 196 32 85 0 0.84 0.57 0.23 340.61 0.72 0.45
Hex C4 20 55 0 54 39 17 155 48 2D
Octal 304 40 125 0 124 71 27 525 110 55
Binary 11000100 100000 1010101 0 1010100 111001 10111 101010101 1001000 101101

Color Harmonies of #C42055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42055

Black with #C42055

Text Example


Text Example

White with #C42055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42055; }

 p { color: rgb(196,32,85); }

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

background-color css

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

 a { background-color: rgb(196,32,85); }

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

border-color css

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

 span { border-color: rgb(196,32,85); }

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