Html Css Color HEX #C43862 Old Rose

📋 copy color: '#C43862'

red 196 ◦ green 56 ◦ blue 98

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

Shades of Old Rose #C43862

Tints of Old Rose #C43862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

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

R = 56%
G = 16%
B = 28%

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

#C43862 (or 0xC43862) is known color: Old Rose. HEX triplet: C4, 38 and 62. RGB value is (196,56,98). Sum of RGB (Red+Green+Blue) = 196+56+98=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C43862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43862 is #3BC79D. Grayscale: #666666. Windows color (decimal): -3917726 or 6437060. OLE color: 6437060.

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

Color convert

RGB 196 56 98 -
CMYK 0 0.71 0.5 0.23
HSL 342º 0.56% 0.49% -
HSV(B) 342º 0.71% 0.77% -
XYZ 26.38 15.45 13.15 -
YUV 102.65 125.38 194.58 -
System Red Green Blue C M Y K H S L
Decimal 196 56 98 0 0.71 0.5 0.23 342 0.56 0.49
Hex C4 38 62 0 47 32 17 156 38 31
Octal 304 70 142 0 107 62 27 526 70 61
Binary 11000100 111000 1100010 0 1000111 110010 10111 101010110 111000 110001

Color Harmonies of #C43862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43862

Black with #C43862

Text Example


Text Example

White with #C43862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43862; }

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

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

background-color css

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

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

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

border-color css

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

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

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