Html Css Color HEX #C6394C Old Rose

📋 copy color: '#C6394C'

red 198 ◦ green 57 ◦ blue 76

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

Shades of Old Rose #C6394C

Tints of Old Rose #C6394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.22%

 BLUE value IS 76 (30.08% from 255) = 22.96%

R = 59.82%
G = 17.22%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6394C (or 0xC6394C) is known color: Old Rose. HEX triplet: C6, 39 and 4C. RGB value is (198,57,76). Sum of RGB (Red+Green+Blue) = 198+57+76=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C6394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6394C is #39C6B3. Grayscale: #656565. Windows color (decimal): -3786420 or 4995526. OLE color: 4995526.

HSL color Cylindrical-coordinate representation of color #C6394C: hue angle of 351.91º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6394C is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 57 76 -
CMYK 0 0.71 0.62 0.22
HSL 351.91º 0.55% 0.5% -
HSV(B) 351.91º 0.71% 0.78% -
XYZ 26.06 15.45 8.45 -
YUV 101.33 113.71 196.96 -
System Red Green Blue C M Y K H S L
Decimal 198 57 76 0 0.71 0.62 0.22 351.91 0.55 0.5
Hex C6 39 4C 0 47 3E 16 160 37 32
Octal 306 71 114 0 107 76 26 540 67 62
Binary 11000110 111001 1001100 0 1000111 111110 10110 101100000 110111 110010

Color Harmonies of #C6394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6394C

Black with #C6394C

Text Example


Text Example

White with #C6394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6394C; }

 p { color: rgb(198,57,76); }

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

background-color css

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

 a { background-color: rgb(198,57,76); }

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

border-color css

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

 span { border-color: rgb(198,57,76); }

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