Html Css Color HEX #C63955 Old Rose

📋 copy color: '#C63955'

red 198 ◦ green 57 ◦ blue 85

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

Shades of Old Rose #C63955

Tints of Old Rose #C63955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25%

R = 58.24%
G = 16.76%
B = 25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C63955 (or 0xC63955) is known color: Old Rose. HEX triplet: C6, 39 and 55. RGB value is (198,57,85). Sum of RGB (Red+Green+Blue) = 198+57+85=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C63955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63955 is #39C6AA. Grayscale: #666666. Windows color (decimal): -3786411 or 5585350. OLE color: 5585350.

HSL color Cylindrical-coordinate representation of color #C63955: hue angle of 348.09º 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 #C63955 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 57 85 -
CMYK 0 0.71 0.57 0.22
HSL 348.09º 0.55% 0.5% -
HSV(B) 348.09º 0.71% 0.78% -
XYZ 26.39 15.59 10.21 -
YUV 102.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 198 57 85 0 0.71 0.57 0.22 348.09 0.55 0.5
Hex C6 39 55 0 47 39 16 15C 37 32
Octal 306 71 125 0 107 71 26 534 67 62
Binary 11000110 111001 1010101 0 1000111 111001 10110 101011100 110111 110010

Color Harmonies of #C63955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63955

Black with #C63955

Text Example


Text Example

White with #C63955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63955; }

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

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

background-color css

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

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

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

border-color css

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

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

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