Html Css Color HEX #C6305F Old Rose

📋 copy color: '#C6305F'

red 198 ◦ green 48 ◦ blue 95

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

Shades of Old Rose #C6305F

Tints of Old Rose #C6305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.86%

R = 58.06%
G = 14.08%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6305F (or 0xC6305F) is known color: Old Rose. HEX triplet: C6, 30 and 5F. RGB value is (198,48,95). Sum of RGB (Red+Green+Blue) = 198+48+95=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6305F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6305F is #39CFA0. Grayscale: #626262. Windows color (decimal): -3788705 or 6238406. OLE color: 6238406.

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

Color convert

RGB 198 48 95 -
CMYK 0 0.76 0.52 0.22
HSL 341.2º 0.61% 0.48% -
HSV(B) 341.2º 0.76% 0.78% -
XYZ 26.41 14.95 12.32 -
YUV 98.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 198 48 95 0 0.76 0.52 0.22 341.2 0.61 0.48
Hex C6 30 5F 0 4C 34 16 155 3D 30
Octal 306 60 137 0 114 64 26 525 75 60
Binary 11000110 110000 1011111 0 1001100 110100 10110 101010101 111101 110000

Color Harmonies of #C6305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6305F

Black with #C6305F

Text Example


Text Example

White with #C6305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6305F; }

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

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

background-color css

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

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

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

border-color css

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

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

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