Html Css Color HEX #C6365C Old Rose

📋 copy color: '#C6365C'

red 198 ◦ green 54 ◦ blue 92

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

Shades of Old Rose #C6365C

Tints of Old Rose #C6365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.7%

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

R = 57.56%
G = 15.7%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6365C (or 0xC6365C) is known color: Old Rose. HEX triplet: C6, 36 and 5C. RGB value is (198,54,92). Sum of RGB (Red+Green+Blue) = 198+54+92=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6365C is #39C9A3. Grayscale: #656565. Windows color (decimal): -3787172 or 6043334. OLE color: 6043334.

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

Color convert

RGB 198 54 92 -
CMYK 0 0.73 0.54 0.22
HSL 344.17º 0.57% 0.49% -
HSV(B) 344.17º 0.73% 0.78% -
XYZ 26.54 15.42 11.7 -
YUV 101.39 122.71 196.91 -
System Red Green Blue C M Y K H S L
Decimal 198 54 92 0 0.73 0.54 0.22 344.17 0.57 0.49
Hex C6 36 5C 0 49 36 16 158 39 31
Octal 306 66 134 0 111 66 26 530 71 61
Binary 11000110 110110 1011100 0 1001001 110110 10110 101011000 111001 110001

Color Harmonies of #C6365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6365C

Black with #C6365C

Text Example


Text Example

White with #C6365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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