Html Css Color HEX #C6304E Old Rose

📋 copy color: '#C6304E'

red 198 ◦ green 48 ◦ blue 78

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

Shades of Old Rose #C6304E

Tints of Old Rose #C6304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.81%

 BLUE value IS 78 (30.86% from 255) = 24.07%

R = 61.11%
G = 14.81%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6304E (or 0xC6304E) is known color: Old Rose. HEX triplet: C6, 30 and 4E. RGB value is (198,48,78). Sum of RGB (Red+Green+Blue) = 198+48+78=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C6304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6304E is #39CFB1. Grayscale: #606060. Windows color (decimal): -3788722 or 5124294. OLE color: 5124294.

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

Color convert

RGB 198 48 78 -
CMYK 0 0.76 0.61 0.22
HSL 348º 0.61% 0.48% -
HSV(B) 348º 0.76% 0.78% -
XYZ 25.72 14.67 8.68 -
YUV 96.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 198 48 78 0 0.76 0.61 0.22 348 0.61 0.48
Hex C6 30 4E 0 4C 3D 16 15C 3D 30
Octal 306 60 116 0 114 75 26 534 75 60
Binary 11000110 110000 1001110 0 1001100 111101 10110 101011100 111101 110000

Color Harmonies of #C6304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6304E

Black with #C6304E

Text Example


Text Example

White with #C6304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6304E; }

 p { color: rgb(198,48,78); }

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

background-color css

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

 a { background-color: rgb(198,48,78); }

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

border-color css

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

 span { border-color: rgb(198,48,78); }

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