Html Css Color HEX #C42653 Old Rose

📋 copy color: '#C42653'

red 196 ◦ green 38 ◦ blue 83

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

Shades of Old Rose #C42653

Tints of Old Rose #C42653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.18%

R = 61.83%
G = 11.99%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C42653 (or 0xC42653) is known color: Old Rose. HEX triplet: C4, 26 and 53. RGB value is (196,38,83). Sum of RGB (Red+Green+Blue) = 196+38+83=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C42653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42653 is #3BD9AC. Grayscale: #5A5A5A. Windows color (decimal): -3922349 or 5449412. OLE color: 5449412.

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

Color convert

RGB 196 38 83 -
CMYK 0 0.81 0.58 0.23
HSL 342.91º 0.68% 0.46% -
HSV(B) 342.91º 0.81% 0.77% -
XYZ 25.02 13.75 9.52 -
YUV 90.37 123.85 203.34 -
System Red Green Blue C M Y K H S L
Decimal 196 38 83 0 0.81 0.58 0.23 342.91 0.68 0.46
Hex C4 26 53 0 51 3A 17 157 44 2E
Octal 304 46 123 0 121 72 27 527 104 56
Binary 11000100 100110 1010011 0 1010001 111010 10111 101010111 1000100 101110

Color Harmonies of #C42653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42653

Black with #C42653

Text Example


Text Example

White with #C42653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42653; }

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

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

background-color css

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

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

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

border-color css

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

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

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