Html Css Color HEX #C63254 Old Rose

📋 copy color: '#C63254'

red 198 ◦ green 50 ◦ blue 84

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

Shades of Old Rose #C63254

Tints of Old Rose #C63254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.3%

R = 59.64%
G = 15.06%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C63254 (or 0xC63254) is known color: Old Rose. HEX triplet: C6, 32 and 54. RGB value is (198,50,84). Sum of RGB (Red+Green+Blue) = 198+50+84=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C63254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63254 is #39CDAB. Grayscale: #626262. Windows color (decimal): -3788204 or 5518022. OLE color: 5518022.

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

Color convert

RGB 198 50 84 -
CMYK 0 0.75 0.58 0.22
HSL 346.22º 0.6% 0.49% -
HSV(B) 346.22º 0.75% 0.78% -
XYZ 26.03 14.93 9.9 -
YUV 98.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 198 50 84 0 0.75 0.58 0.22 346.22 0.6 0.49
Hex C6 32 54 0 4B 3A 16 15A 3C 31
Octal 306 62 124 0 113 72 26 532 74 61
Binary 11000110 110010 1010100 0 1001011 111010 10110 101011010 111100 110001

Color Harmonies of #C63254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63254

Black with #C63254

Text Example


Text Example

White with #C63254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63254; }

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

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

background-color css

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

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

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

border-color css

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

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

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