Html Css Color HEX #C6304A Old Rose

📋 copy color: '#C6304A'

red 198 ◦ green 48 ◦ blue 74

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

Shades of Old Rose #C6304A

Tints of Old Rose #C6304A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.13%

R = 61.88%
G = 15%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6304A (or 0xC6304A) is known color: Old Rose. HEX triplet: C6, 30 and 4A. RGB value is (198,48,74). Sum of RGB (Red+Green+Blue) = 198+48+74=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C6304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6304A is #39CFB5. Grayscale: #5F5F5F. Windows color (decimal): -3788726 or 4862150. OLE color: 4862150.

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

Color convert

RGB 198 48 74 -
CMYK 0 0.76 0.63 0.22
HSL 349.6º 0.61% 0.48% -
HSV(B) 349.6º 0.76% 0.78% -
XYZ 25.58 14.61 7.95 -
YUV 95.81 115.7 200.89 -
System Red Green Blue C M Y K H S L
Decimal 198 48 74 0 0.76 0.63 0.22 349.6 0.61 0.48
Hex C6 30 4A 0 4C 3F 16 15E 3D 30
Octal 306 60 112 0 114 77 26 536 75 60
Binary 11000110 110000 1001010 0 1001100 111111 10110 101011110 111101 110000

Color Harmonies of #C6304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6304A

Black with #C6304A

Text Example


Text Example

White with #C6304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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