Html Css Color HEX #C42652 Old Rose

📋 copy color: '#C42652'

red 196 ◦ green 38 ◦ blue 82

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

Shades of Old Rose #C42652

Tints of Old Rose #C42652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 62.03%
G = 12.03%
B = 25.95%

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

#C42652 (or 0xC42652) is known color: Old Rose. HEX triplet: C4, 26 and 52. RGB value is (196,38,82). Sum of RGB (Red+Green+Blue) = 196+38+82=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C42652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42652 is #3BD9AD. Grayscale: #5A5A5A. Windows color (decimal): -3922350 or 5383876. OLE color: 5383876.

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

Color convert

RGB 196 38 82 -
CMYK 0 0.81 0.58 0.23
HSL 343.29º 0.68% 0.46% -
HSV(B) 343.29º 0.81% 0.77% -
XYZ 24.98 13.73 9.32 -
YUV 90.26 123.35 203.42 -
System Red Green Blue C M Y K H S L
Decimal 196 38 82 0 0.81 0.58 0.23 343.29 0.68 0.46
Hex C4 26 52 0 51 3A 17 157 44 2E
Octal 304 46 122 0 121 72 27 527 104 56
Binary 11000100 100110 1010010 0 1010001 111010 10111 101010111 1000100 101110

Color Harmonies of #C42652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42652

Black with #C42652

Text Example


Text Example

White with #C42652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42652; }

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

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

background-color css

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

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

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

border-color css

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

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

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