Html Css Color HEX #C43652 Old Rose

📋 copy color: '#C43652'

red 196 ◦ green 54 ◦ blue 82

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

Shades of Old Rose #C43652

Tints of Old Rose #C43652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.27%

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

R = 59.04%
G = 16.27%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C43652 (or 0xC43652) is known color: Old Rose. HEX triplet: C4, 36 and 52. RGB value is (196,54,82). Sum of RGB (Red+Green+Blue) = 196+54+82=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C43652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43652 is #3BC9AD. Grayscale: #636363. Windows color (decimal): -3918254 or 5387972. OLE color: 5387972.

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

Color convert

RGB 196 54 82 -
CMYK 0 0.72 0.58 0.23
HSL 348.17º 0.57% 0.49% -
HSV(B) 348.17º 0.72% 0.77% -
XYZ 25.61 14.98 9.53 -
YUV 99.65 118.04 196.72 -
System Red Green Blue C M Y K H S L
Decimal 196 54 82 0 0.72 0.58 0.23 348.17 0.57 0.49
Hex C4 36 52 0 48 3A 17 15C 39 31
Octal 304 66 122 0 110 72 27 534 71 61
Binary 11000100 110110 1010010 0 1001000 111010 10111 101011100 111001 110001

Color Harmonies of #C43652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43652

Black with #C43652

Text Example


Text Example

White with #C43652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43652; }

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

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

background-color css

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

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

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

border-color css

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

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

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