Html Css Color HEX #C63354 Old Rose

📋 copy color: '#C63354'

red 198 ◦ green 51 ◦ blue 84

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

Shades of Old Rose #C63354

Tints of Old Rose #C63354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.32%

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

R = 59.46%
G = 15.32%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C63354 (or 0xC63354) is known color: Old Rose. HEX triplet: C6, 33 and 54. RGB value is (198,51,84). Sum of RGB (Red+Green+Blue) = 198+51+84=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C63354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63354 is #39CCAB. Grayscale: #626262. Windows color (decimal): -3787948 or 5518278. OLE color: 5518278.

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

Color convert

RGB 198 51 84 -
CMYK 0 0.74 0.58 0.22
HSL 346.53º 0.59% 0.49% -
HSV(B) 346.53º 0.74% 0.78% -
XYZ 26.07 15.01 9.91 -
YUV 98.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 198 51 84 0 0.74 0.58 0.22 346.53 0.59 0.49
Hex C6 33 54 0 4A 3A 16 15B 3B 31
Octal 306 63 124 0 112 72 26 533 73 61
Binary 11000110 110011 1010100 0 1001010 111010 10110 101011011 111011 110001

Color Harmonies of #C63354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63354

Black with #C63354

Text Example


Text Example

White with #C63354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63354; }

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

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

background-color css

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

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

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

border-color css

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

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

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