Html Css Color HEX #C6245C Old Rose

📋 copy color: '#C6245C'

red 198 ◦ green 36 ◦ blue 92

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

Shades of Old Rose #C6245C

Tints of Old Rose #C6245C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.04%

 BLUE value IS 92 (36.33% from 255) = 28.22%

R = 60.74%
G = 11.04%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6245C (or 0xC6245C) is known color: Old Rose. HEX triplet: C6, 24 and 5C. RGB value is (198,36,92). Sum of RGB (Red+Green+Blue) = 198+36+92=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6245C is #39DBA3. Grayscale: #5A5A5A. Windows color (decimal): -3791780 or 6038726. OLE color: 6038726.

HSL color Cylindrical-coordinate representation of color #C6245C: hue angle of 339.26º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6245C is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 36 92 -
CMYK 0 0.82 0.54 0.22
HSL 339.26º 0.69% 0.46% -
HSV(B) 339.26º 0.82% 0.78% -
XYZ 25.85 14.04 11.47 -
YUV 90.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 198 36 92 0 0.82 0.54 0.22 339.26 0.69 0.46
Hex C6 24 5C 0 52 36 16 153 45 2E
Octal 306 44 134 0 122 66 26 523 105 56
Binary 11000110 100100 1011100 0 1010010 110110 10110 101010011 1000101 101110

Color Harmonies of #C6245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6245C

Black with #C6245C

Text Example


Text Example

White with #C6245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6245C; }

 p { color: rgb(198,36,92); }

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

background-color css

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

 a { background-color: rgb(198,36,92); }

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

border-color css

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

 span { border-color: rgb(198,36,92); }

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