Html Css Color HEX #C63250 Old Rose

📋 copy color: '#C63250'

red 198 ◦ green 50 ◦ blue 80

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

Shades of Old Rose #C63250

Tints of Old Rose #C63250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.24%

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 60.37%
G = 15.24%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C63250 (or 0xC63250) is known color: Old Rose. HEX triplet: C6, 32 and 50. RGB value is (198,50,80). Sum of RGB (Red+Green+Blue) = 198+50+80=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C63250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63250 is #39CDAF. Grayscale: #616161. Windows color (decimal): -3788208 or 5255878. OLE color: 5255878.

HSL color Cylindrical-coordinate representation of color #C63250: hue angle of 347.84º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63250 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 80 -
CMYK 0 0.75 0.60 0.22
HSL 347.84º 0.6% 0.49% -
HSV(B) 347.84º 0.75% 0.78% -
XYZ 25.88 14.87 9.09 -
YUV 97.67 118.03 199.56 -
System Red Green Blue C M Y K H S L
Decimal 198 50 80 0 0.75 0.60 0.22 347.84 0.6 0.49
Hex C6 32 50 0 4B 3C 16 15C 3C 31
Octal 306 62 120 0 113 74 26 534 74 61
Binary 11000110 110010 1010000 0 1001011 111100 10110 101011100 111100 110001

Color Harmonies of #C63250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63250

Black with #C63250

Text Example


Text Example

White with #C63250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63250; }

 p { color: rgb(198,50,80); }

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

background-color css

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

 a { background-color: rgb(198,50,80); }

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

border-color css

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

 span { border-color: rgb(198,50,80); }

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