Html Css Color HEX #C43962 Old Rose

📋 copy color: '#C43962'

red 196 ◦ green 57 ◦ blue 98

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

Shades of Old Rose #C43962

Tints of Old Rose #C43962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.24%

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

R = 55.84%
G = 16.24%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C43962 (or 0xC43962) is known color: Old Rose. HEX triplet: C4, 39 and 62. RGB value is (196,57,98). Sum of RGB (Red+Green+Blue) = 196+57+98=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C43962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43962 is #3BC69D. Grayscale: #676767. Windows color (decimal): -3917470 or 6437316. OLE color: 6437316.

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

Color convert

RGB 196 57 98 -
CMYK 0 0.71 0.5 0.23
HSL 342.3º 0.55% 0.5% -
HSV(B) 342.3º 0.71% 0.77% -
XYZ 26.43 15.54 13.16 -
YUV 103.24 125.05 194.17 -
System Red Green Blue C M Y K H S L
Decimal 196 57 98 0 0.71 0.5 0.23 342.3 0.55 0.5
Hex C4 39 62 0 47 32 17 156 37 32
Octal 304 71 142 0 107 62 27 526 67 62
Binary 11000100 111001 1100010 0 1000111 110010 10111 101010110 110111 110010

Color Harmonies of #C43962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43962

Black with #C43962

Text Example


Text Example

White with #C43962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43962; }

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

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

background-color css

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

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

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

border-color css

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

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

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