Html Css Color HEX #C42658 Old Rose

📋 copy color: '#C42658'

red 196 ◦ green 38 ◦ blue 88

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

Shades of Old Rose #C42658

Tints of Old Rose #C42658

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.8%

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

R = 60.87%
G = 11.8%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C42658 (or 0xC42658) is known color: Old Rose. HEX triplet: C4, 26 and 58. RGB value is (196,38,88). Sum of RGB (Red+Green+Blue) = 196+38+88=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C42658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42658 is #3BD9A7. Grayscale: #5A5A5A. Windows color (decimal): -3922344 or 5777092. OLE color: 5777092.

HSL color Cylindrical-coordinate representation of color #C42658: hue angle of 341.01º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42658 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 38 88 -
CMYK 0 0.81 0.55 0.23
HSL 341.01º 0.68% 0.46% -
HSV(B) 341.01º 0.81% 0.77% -
XYZ 25.22 13.83 10.57 -
YUV 90.94 126.35 202.93 -
System Red Green Blue C M Y K H S L
Decimal 196 38 88 0 0.81 0.55 0.23 341.01 0.68 0.46
Hex C4 26 58 0 51 37 17 155 44 2E
Octal 304 46 130 0 121 67 27 525 104 56
Binary 11000100 100110 1011000 0 1010001 110111 10111 101010101 1000100 101110

Color Harmonies of #C42658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42658

Black with #C42658

Text Example


Text Example

White with #C42658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42658; }

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

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

background-color css

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

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

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

border-color css

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

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

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