Html Css Color HEX #C42B4D Old Rose

📋 copy color: '#C42B4D'

red 196 ◦ green 43 ◦ blue 77

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

Shades of Old Rose #C42B4D

Tints of Old Rose #C42B4D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.61%

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 62.03%
G = 13.61%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C42B4D (or 0xC42B4D) is known color: Old Rose. HEX triplet: C4, 2B and 4D. RGB value is (196,43,77). Sum of RGB (Red+Green+Blue) = 196+43+77=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42B4D is #3BD4B2. Grayscale: #5C5C5C. Windows color (decimal): -3921075 or 5057476. OLE color: 5057476.

HSL color Cylindrical-coordinate representation of color #C42B4D: hue angle of 346.67º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42B4D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 43 77 -
CMYK 0 0.78 0.61 0.23
HSL 346.67º 0.64% 0.47% -
HSV(B) 346.67º 0.78% 0.77% -
XYZ 24.97 14 8.41 -
YUV 92.62 119.19 201.74 -
System Red Green Blue C M Y K H S L
Decimal 196 43 77 0 0.78 0.61 0.23 346.67 0.64 0.47
Hex C4 2B 4D 0 4E 3D 17 15B 40 2F
Octal 304 53 115 0 116 75 27 533 100 57
Binary 11000100 101011 1001101 0 1001110 111101 10111 101011011 1000000 101111

Color Harmonies of #C42B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42B4D

Black with #C42B4D

Text Example


Text Example

White with #C42B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42B4D; }

 p { color: rgb(196,43,77); }

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

background-color css

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

 a { background-color: rgb(196,43,77); }

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

border-color css

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

 span { border-color: rgb(196,43,77); }

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