Html Css Color HEX #C43762 Old Rose

📋 copy color: '#C43762'

red 196 ◦ green 55 ◦ blue 98

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

Shades of Old Rose #C43762

Tints of Old Rose #C43762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.76%

 BLUE value IS 98 (38.67% from 255) = 28.08%

R = 56.16%
G = 15.76%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C43762 (or 0xC43762) is known color: Old Rose. HEX triplet: C4, 37 and 62. RGB value is (196,55,98). Sum of RGB (Red+Green+Blue) = 196+55+98=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C43762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43762 is #3BC89D. Grayscale: #666666. Windows color (decimal): -3917982 or 6436804. OLE color: 6436804.

HSL color Cylindrical-coordinate representation of color #C43762: hue angle of 341.7º degrees, saturation: 0.56, 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 #C43762 is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 55 98 -
CMYK 0 0.72 0.5 0.23
HSL 341.7º 0.56% 0.49% -
HSV(B) 341.7º 0.72% 0.77% -
XYZ 26.34 15.35 13.13 -
YUV 102.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 196 55 98 0 0.72 0.5 0.23 341.7 0.56 0.49
Hex C4 37 62 0 48 32 17 156 38 31
Octal 304 67 142 0 110 62 27 526 70 61
Binary 11000100 110111 1100010 0 1001000 110010 10111 101010110 111000 110001

Color Harmonies of #C43762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43762

Black with #C43762

Text Example


Text Example

White with #C43762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43762; }

 p { color: rgb(196,55,98); }

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

background-color css

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

 a { background-color: rgb(196,55,98); }

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

border-color css

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

 span { border-color: rgb(196,55,98); }

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