Html Css Color HEX #C63959 Old Rose

📋 copy color: '#C63959'

red 198 ◦ green 57 ◦ blue 89

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

Shades of Old Rose #C63959

Tints of Old Rose #C63959

RGB

 RED value IS 198 (77.73% from 255) = 57.56%

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

 BLUE value IS 89 (35.16% from 255) = 25.87%

R = 57.56%
G = 16.57%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C63959 (or 0xC63959) is known color: Old Rose. HEX triplet: C6, 39 and 59. RGB value is (198,57,89). Sum of RGB (Red+Green+Blue) = 198+57+89=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C63959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63959 is #39C6A6. Grayscale: #666666. Windows color (decimal): -3786407 or 5847494. OLE color: 5847494.

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

Color convert

RGB 198 57 89 -
CMYK 0 0.71 0.55 0.22
HSL 346.38º 0.55% 0.5% -
HSV(B) 346.38º 0.71% 0.78% -
XYZ 26.56 15.65 11.07 -
YUV 102.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 198 57 89 0 0.71 0.55 0.22 346.38 0.55 0.5
Hex C6 39 59 0 47 37 16 15A 37 32
Octal 306 71 131 0 107 67 26 532 67 62
Binary 11000110 111001 1011001 0 1000111 110111 10110 101011010 110111 110010

Color Harmonies of #C63959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63959

Black with #C63959

Text Example


Text Example

White with #C63959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63959; }

 p { color: rgb(198,57,89); }

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

background-color css

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

 a { background-color: rgb(198,57,89); }

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

border-color css

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

 span { border-color: rgb(198,57,89); }

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