Html Css Color HEX #C6394B Old Rose

📋 copy color: '#C6394B'

red 198 ◦ green 57 ◦ blue 75

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

Shades of Old Rose #C6394B

Tints of Old Rose #C6394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.73%

R = 60%
G = 17.27%
B = 22.73%

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

#C6394B (or 0xC6394B) is known color: Old Rose. HEX triplet: C6, 39 and 4B. RGB value is (198,57,75). Sum of RGB (Red+Green+Blue) = 198+57+75=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6394B is #39C6B4. Grayscale: #656565. Windows color (decimal): -3786421 or 4929990. OLE color: 4929990.

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

Color convert

RGB 198 57 75 -
CMYK 0 0.71 0.62 0.22
HSL 352.34º 0.55% 0.5% -
HSV(B) 352.34º 0.71% 0.78% -
XYZ 26.02 15.44 8.27 -
YUV 101.21 113.21 197.04 -
System Red Green Blue C M Y K H S L
Decimal 198 57 75 0 0.71 0.62 0.22 352.34 0.55 0.5
Hex C6 39 4B 0 47 3E 16 160 37 32
Octal 306 71 113 0 107 76 26 540 67 62
Binary 11000110 111001 1001011 0 1000111 111110 10110 101100000 110111 110010

Color Harmonies of #C6394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6394B

Black with #C6394B

Text Example


Text Example

White with #C6394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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