Html Css Color HEX #C6285F Old Rose

📋 copy color: '#C6285F'

red 198 ◦ green 40 ◦ blue 95

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

Shades of Old Rose #C6285F

Tints of Old Rose #C6285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.01%

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

R = 59.46%
G = 12.01%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6285F (or 0xC6285F) is known color: Old Rose. HEX triplet: C6, 28 and 5F. RGB value is (198,40,95). Sum of RGB (Red+Green+Blue) = 198+40+95=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C6285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6285F is #39D7A0. Grayscale: #5D5D5D. Windows color (decimal): -3790753 or 6236358. OLE color: 6236358.

HSL color Cylindrical-coordinate representation of color #C6285F: hue angle of 339.11º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6285F is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 95 -
CMYK 0 0.80 0.52 0.22
HSL 339.11º 0.66% 0.47% -
HSV(B) 339.11º 0.8% 0.78% -
XYZ 26.11 14.35 12.22 -
YUV 93.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 198 40 95 0 0.80 0.52 0.22 339.11 0.66 0.47
Hex C6 28 5F 0 50 34 16 153 42 2F
Octal 306 50 137 0 120 64 26 523 102 57
Binary 11000110 101000 1011111 0 1010000 110100 10110 101010011 1000010 101111

Color Harmonies of #C6285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6285F

Black with #C6285F

Text Example


Text Example

White with #C6285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6285F; }

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

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

background-color css

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

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

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

border-color css

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

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

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